Searched refs:Vol (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c421 (voice->Vol & 0x000003ff) :
422 ((voice->Vol & 0x00003fc) << (16-2)) |
430 regs[4] |= ((voice->Vol & 0x000003fc) << (16-2)) |
438 regs[4] |= ((voice->Vol & 0x000003fc) << (16-2)) |
522 Vol - new voice volume
528 unsigned int Vol)
530 voice->Vol = Vol;
535 outb(voice->Vol >> 2, TRID_REG(trident, CH_GVSEL_PAN_VOL_CTRL_EC + 2));
538 // printk("voice->Vol
526 snd_trident_write_vol_reg(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned int Vol) argument
[all...]
H A Dtrident_synth.c369 * uses EC register for greater resolution (6.6 bits) than Vol register (5.3 bits)
370 * Vol register used when additional attenuation is required */
374 voice->Vol = 0;
379 voice->Vol = ((value >> 8) - 0x3f) << 5;
381 voice->Vol = 0x3ff;
403 ((voice->Vol & 0x000000ff) << 16) | ((voice->CTRL & 0x0000000f) << 12) |
771 voice->Vol = 0x3ff;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h314 unsigned short Vol; /* 12 bits (6.6) */ member in struct:snd_trident_voice

Completed in 47 milliseconds