Lines Matching refs:CTRL
440 ((voice->CTRL & 0x0000000f) << 12); in snd_trident_write_voice_regs()
579 outw((voice->CTRL << 12) | voice->Vol, in snd_trident_write_vol_reg()
750 unsigned int CTRL; in snd_trident_control_mode() local
756 CTRL = 0x00000001; in snd_trident_control_mode()
758 CTRL |= 0x00000008; // 16-bit data in snd_trident_control_mode()
760 CTRL |= 0x00000002; // signed data in snd_trident_control_mode()
762 CTRL |= 0x00000004; // stereo data in snd_trident_control_mode()
763 return CTRL; in snd_trident_control_mode()
928 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_playback_prepare()
954 evoice->CTRL = voice->CTRL; in snd_trident_playback_prepare()
1071 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_capture_prepare()
1159 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_si7018_capture_prepare()
1183 evoice->CTRL = voice->CTRL; in snd_trident_si7018_capture_prepare()
1237 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_foldback_prepare()
1260 evoice->CTRL = voice->CTRL; in snd_trident_foldback_prepare()
1392 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_spdif_prepare()
1433 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_spdif_prepare()
1454 evoice->CTRL = voice->CTRL; in snd_trident_spdif_prepare()