Lines Matching refs:Pan
63 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 = 0x7f; /* mute */
1164 voice->Pan = T4D_DEFAULT_PCM_PAN;
1191 evoice->Pan = 0x7f; /* mute */
1242 voice->Pan = 0x7f; /* mute */
1268 evoice->Pan = 0x7f; /* mute */
1398 voice->Pan = 0x7f;
1442 voice->Pan = mix->pan;
1462 evoice->Pan = 0x7f; /* mute */
2721 .name = "PCM Pan Playback Control",