Home
last modified time | relevance | path

Searched refs:rvol (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/isa/gus/
Dgus_volume.c62 unsigned int rvol;
69 rvol = 1 << e;
71 return rvol | (m << (e - 8));
72 return rvol | (m >> (8 - e));
/linux-4.4.14/sound/ppc/
Dawacs.c294 int lvol, int rvol, int do_check) in awacs_amp_set_vol() argument
297 amp->amp_vol[index][1] == rvol) in awacs_amp_set_vol()
300 awacs_set_cuda(5 + index, rvol); in awacs_amp_set_vol()
302 amp->amp_vol[index][1] = rvol; in awacs_amp_set_vol()
/linux-4.4.14/sound/pci/trident/
Dtrident.h350 unsigned char rvol; /* rear volume */ member
Dtrident_main.c976 voice->RVol = mix->rvol; in snd_trident_playback_prepare()
1487 voice->RVol = mix->rvol; in snd_trident_spdif_prepare()
2800 ucontrol->value.integer.value[0] = 127 - mix->rvol; in snd_trident_pcm_rvol_control_get()
2814 change = val != mix->rvol; in snd_trident_pcm_rvol_control_put()
2815 mix->rvol = val; in snd_trident_pcm_rvol_control_put()
2931 tmix->rvol = T4D_DEFAULT_PCM_RVOL; in snd_trident_pcm_mixer_build()
3652 tmix->rvol = T4D_DEFAULT_PCM_RVOL; in snd_trident_create()