Home
last modified time | relevance | path

Searched refs:GVSel (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/trident/
H A Dtrident_main.c432 regs[4] = (voice->GVSel << 31) | in snd_trident_write_voice_regs()
597 outb(((voice->GVSel & 0x01) << 7) | (voice->Pan & 0x7f), in snd_trident_write_pan_reg()
924 voice->GVSel = 1; in snd_trident_playback_prepare()
950 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_playback_prepare()
1067 voice->GVSel = 1; in snd_trident_capture_prepare()
1154 voice->GVSel = 1; in snd_trident_si7018_capture_prepare()
1176 evoice->GVSel = 0; in snd_trident_si7018_capture_prepare()
1231 voice->GVSel = 1; in snd_trident_foldback_prepare()
1252 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_foldback_prepare()
1384 voice->GVSel = 1; in snd_trident_spdif_prepare()
[all …]
H A Dtrident.h282 unsigned char GVSel; /* 1 bit */ member