Searched refs:Pan (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c411 ((voice->Pan & 0x0000007f) << 24) |
552 Pan - new pan value
558 unsigned int Pan)
560 voice->Pan = Pan;
562 outb(((voice->GVSel & 0x01) << 7) | (voice->Pan & 0x7f),
920 voice->Pan = mix->pan;
940 evoice->Pan = 0x7f; /* mute */
1049 voice->Pan = 0x7f; /* mute */
1143 voice->Pan
556 snd_trident_write_pan_reg(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned int Pan) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtrident.h297 unsigned char Pan; /* 7 bits (1.4.2) */ member in struct:snd_trident_voice

Completed in 73 milliseconds