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()
955 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_playback_prepare()
981 evoice->CTRL = voice->CTRL; in snd_trident_playback_prepare()
1098 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_capture_prepare()
1192 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_si7018_capture_prepare()
1216 evoice->CTRL = voice->CTRL; in snd_trident_si7018_capture_prepare()
1270 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_foldback_prepare()
1293 evoice->CTRL = voice->CTRL; in snd_trident_foldback_prepare()
1425 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_spdif_prepare()
1466 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_spdif_prepare()
1487 evoice->CTRL = voice->CTRL; in snd_trident_spdif_prepare()