Home
last modified time | relevance | path

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

/linux/sound/pci/trident/
H A Dtrident_main.c437 (voice->CVol & 0x7f); in snd_trident_write_voice_regs()
620 (voice->CVol & 0x007f), in snd_trident_write_rvol_reg()
639 unsigned int CVol) in snd_trident_write_cvol_reg() argument
641 voice->CVol = CVol; in snd_trident_write_cvol_reg()
644 (voice->CVol & 0x007f), in snd_trident_write_cvol_reg()
930 voice->CVol = mix->cvol; in snd_trident_playback_prepare()
955 evoice->RVol = evoice->CVol = 0x7f; /* mute */ in snd_trident_playback_prepare()
1066 voice->CVol = 0x7f; in snd_trident_capture_prepare()
1153 voice->CVol = 0; in snd_trident_si7018_capture_prepare()
1181 evoice->RVol = evoice->CVol = 0x7f; /* mute */ in snd_trident_si7018_capture_prepare()
[all …]
H A Dtrident.h284 unsigned char CVol; /* 7 bits (5.2) */ member