Searched refs:volR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | cs4281.c | 988 int volL, volR; in snd_cs4281_get_volume() local 991 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); in snd_cs4281_get_volume() 994 ucontrol->value.integer.value[1] = volR; in snd_cs4281_get_volume() 1005 int volL, volR; in snd_cs4281_put_volume() local 1008 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); in snd_cs4281_put_volume() 1015 if (ucontrol->value.integer.value[1] != volR) { in snd_cs4281_put_volume() 1016 volR = CS_VOL_MASK - (ucontrol->value.integer.value[1] & CS_VOL_MASK); in snd_cs4281_put_volume() 1017 snd_cs4281_pokeBA0(chip, regR, volR); in snd_cs4281_put_volume()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | cs4281.c | 987 int volL, volR; in snd_cs4281_get_volume() local 990 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); in snd_cs4281_get_volume() 993 ucontrol->value.integer.value[1] = volR; in snd_cs4281_get_volume() 1004 int volL, volR; in snd_cs4281_put_volume() local 1007 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); in snd_cs4281_put_volume() 1014 if (ucontrol->value.integer.value[1] != volR) { in snd_cs4281_put_volume() 1015 volR = CS_VOL_MASK - (ucontrol->value.integer.value[1] & CS_VOL_MASK); in snd_cs4281_put_volume() 1016 snd_cs4281_pokeBA0(chip, regR, volR); in snd_cs4281_put_volume()
|
Completed in 7 milliseconds