Lines Matching refs:CTRL
454 ((voice->CTRL & 0x0000000f) << 12); in snd_trident_write_voice_regs()
593 outw((voice->CTRL << 12) | voice->Vol, in snd_trident_write_vol_reg()
764 unsigned int CTRL; in snd_trident_control_mode() local
770 CTRL = 0x00000001; in snd_trident_control_mode()
772 CTRL |= 0x00000008; // 16-bit data in snd_trident_control_mode()
774 CTRL |= 0x00000002; // signed data in snd_trident_control_mode()
776 CTRL |= 0x00000004; // stereo data in snd_trident_control_mode()
777 return CTRL; in snd_trident_control_mode()
969 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_playback_prepare()
995 evoice->CTRL = voice->CTRL; in snd_trident_playback_prepare()
1112 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_capture_prepare()
1206 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_si7018_capture_prepare()
1230 evoice->CTRL = voice->CTRL; in snd_trident_si7018_capture_prepare()
1284 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_foldback_prepare()
1307 evoice->CTRL = voice->CTRL; in snd_trident_foldback_prepare()
1439 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_spdif_prepare()
1480 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_spdif_prepare()
1501 evoice->CTRL = voice->CTRL; in snd_trident_spdif_prepare()