Lines Matching defs:CTRL
65 dev_dbg(trident->card->dev, "CTRL: 0x%x\n", (val >> 12) & 0x0f);
440 ((voice->CTRL & 0x0000000f) << 12);
579 outw((voice->CTRL << 12) | voice->Vol,
750 unsigned int CTRL;
754 CTRL default: 8-bit (unsigned) mono, loop mode enabled
756 CTRL = 0x00000001;
758 CTRL |= 0x00000008; // 16-bit data
760 CTRL |= 0x00000002; // signed data
762 CTRL |= 0x00000004; // stereo data
763 return CTRL;
928 voice->CTRL = snd_trident_control_mode(substream);
954 evoice->CTRL = voice->CTRL;
1071 voice->CTRL = snd_trident_control_mode(substream);
1159 voice->CTRL = snd_trident_control_mode(substream);
1183 evoice->CTRL = voice->CTRL;
1237 voice->CTRL = snd_trident_control_mode(substream);
1260 evoice->CTRL = voice->CTRL;
1392 voice->CTRL = snd_trident_control_mode(substream);
1433 voice->CTRL = snd_trident_control_mode(substream);
1454 evoice->CTRL = voice->CTRL;