Lines Matching defs:CTRL
65 dev_dbg(trident->card->dev, "CTRL: 0x%x\n", (val >> 12) & 0x0f);
434 ((voice->CTRL & 0x0000000f) << 12);
573 outw((voice->CTRL << 12) | voice->Vol,
744 unsigned int CTRL;
748 CTRL default: 8-bit (unsigned) mono, loop mode enabled
750 CTRL = 0x00000001;
752 CTRL |= 0x00000008; // 16-bit data
754 CTRL |= 0x00000002; // signed data
756 CTRL |= 0x00000004; // stereo data
757 return CTRL;
922 voice->CTRL = snd_trident_control_mode(substream);
948 evoice->CTRL = voice->CTRL;
1063 voice->CTRL = snd_trident_control_mode(substream);
1150 voice->CTRL = snd_trident_control_mode(substream);
1174 evoice->CTRL = voice->CTRL;
1227 voice->CTRL = snd_trident_control_mode(substream);
1250 evoice->CTRL = voice->CTRL;
1379 voice->CTRL = snd_trident_control_mode(substream);
1420 voice->CTRL = snd_trident_control_mode(substream);
1441 evoice->CTRL = voice->CTRL;