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

/linux-master/sound/pci/trident/
H A Dtrident.h281 unsigned char Pan; /* 7 bits (1.4.2) */ member in struct:snd_trident_voice
H A Dtrident_main.c63 dev_dbg(trident->card->dev, "Pan: 0x%x\n", (val >> 24) & 0x7f);
439 ((voice->Pan & 0x0000007f) << 24) |
593 Pan - new pan value
599 unsigned int Pan)
601 voice->Pan = Pan;
603 outb(((voice->GVSel & 0x01) << 7) | (voice->Pan & 0x7f),
937 voice->Pan = mix->pan;
962 evoice->Pan = 0x7f; /* mute */
1076 voice->Pan
597 snd_trident_write_pan_reg(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned int Pan) argument
[all...]

Completed in 186 milliseconds