Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/trident/
Dtrident_main.c443 (voice->CVol & 0x7f); in snd_trident_write_voice_regs()
626 (voice->CVol & 0x007f), in snd_trident_write_rvol_reg()
645 unsigned int CVol) in snd_trident_write_cvol_reg() argument
647 voice->CVol = CVol; in snd_trident_write_cvol_reg()
650 (voice->CVol & 0x007f), in snd_trident_write_cvol_reg()
936 voice->CVol = mix->cvol; in snd_trident_playback_prepare()
961 evoice->RVol = evoice->CVol = 0x7f; /* mute */ in snd_trident_playback_prepare()
1074 voice->CVol = 0x7f; in snd_trident_capture_prepare()
1162 voice->CVol = 0; in snd_trident_si7018_capture_prepare()
1190 evoice->RVol = evoice->CVol = 0x7f; /* mute */ in snd_trident_si7018_capture_prepare()
[all …]
Dtrident.h284 unsigned char CVol; /* 7 bits (5.2) */ member