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.c90 dev_dbg(trident->card->dev, "CVol: 0x%x\n", val & 0x7f);
443 (voice->CVol & 0x7f); in snd_trident_write_voice_regs()
626 (voice->CVol & 0x007f), in snd_trident_write_rvol_reg()
639 CVol - new chorus volume
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 in snd_trident_playback_prepare()
[all...]
H A Dtrident.h284 unsigned char CVol; /* 7 bits (5.2) */ member