Lines Matching defs:Vol
64 dev_dbg(trident->card->dev, "Vol: 0x%x\n", (val >> 16) & 0xff);
442 (voice->Vol & 0x000003ff) :
443 ((voice->Vol & 0x00003fc) << (16-2)) |
451 regs[4] |= ((voice->Vol & 0x000003fc) << (16-2)) |
459 regs[4] |= ((voice->Vol & 0x000003fc) << (16-2)) |
556 Vol - new voice volume
562 unsigned int Vol)
564 voice->Vol = Vol;
569 outb(voice->Vol >> 2, TRID_REG(trident, CH_GVSEL_PAN_VOL_CTRL_EC + 2));
572 /* dev_dbg(trident->card->dev, "voice->Vol = 0x%x\n", voice->Vol); */
573 outw((voice->CTRL << 12) | voice->Vol,
928 voice->Vol = mix->vol;
954 evoice->Vol = 0x3ff; /* mute */
1069 voice->Vol = 0x3ff; /* mute */
1156 voice->Vol = 0;
1180 evoice->Vol = 0x3ff; /* mute */
1233 voice->Vol = 0x3ff; /* mute */
1256 evoice->Vol = 0x3ff; /* mute */
1386 voice->Vol = 0x3ff;
1426 voice->Vol = mix->vol;
1447 evoice->Vol = 0x3ff; /* mute */