Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/trident/
Dtrident_main.c438 regs[4] = (voice->GVSel << 31) | in snd_trident_write_voice_regs()
603 outb(((voice->GVSel & 0x01) << 7) | (voice->Pan & 0x7f), in snd_trident_write_pan_reg()
957 voice->GVSel = 1; in snd_trident_playback_prepare()
983 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_playback_prepare()
1102 voice->GVSel = 1; in snd_trident_capture_prepare()
1196 voice->GVSel = 1; in snd_trident_si7018_capture_prepare()
1218 evoice->GVSel = 0; in snd_trident_si7018_capture_prepare()
1274 voice->GVSel = 1; in snd_trident_foldback_prepare()
1295 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_foldback_prepare()
1430 voice->GVSel = 1; in snd_trident_spdif_prepare()
[all …]
Dtrident.h283 unsigned char GVSel; /* 1 bit */ member