Lines Matching defs:Pan
63 dev_dbg(trident->card->dev, "Pan: 0x%x\n", (val >> 24) & 0x7f);
433 ((voice->Pan & 0x0000007f) << 24) |
587 Pan - new pan value
593 unsigned int Pan)
595 voice->Pan = Pan;
597 outb(((voice->GVSel & 0x01) << 7) | (voice->Pan & 0x7f),
931 voice->Pan = mix->pan;
956 evoice->Pan = 0x7f; /* mute */
1068 voice->Pan = 0x7f; /* mute */
1155 voice->Pan = T4D_DEFAULT_PCM_PAN;
1182 evoice->Pan = 0x7f; /* mute */
1232 voice->Pan = 0x7f; /* mute */
1258 evoice->Pan = 0x7f; /* mute */
1385 voice->Pan = 0x7f;
1429 voice->Pan = mix->pan;
1449 evoice->Pan = 0x7f; /* mute */
2691 .name = "PCM Pan Playback Control",