Searched refs:volR (Results 1 – 1 of 1) sorted by relevance
984 int volL, volR; in snd_cs4281_get_volume() local987 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); in snd_cs4281_get_volume()990 ucontrol->value.integer.value[1] = volR; in snd_cs4281_get_volume()1001 int volL, volR; in snd_cs4281_put_volume() local1004 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); in snd_cs4281_put_volume()1011 if (ucontrol->value.integer.value[1] != volR) { in snd_cs4281_put_volume()1012 volR = CS_VOL_MASK - (ucontrol->value.integer.value[1] & CS_VOL_MASK); in snd_cs4281_put_volume()1013 snd_cs4281_pokeBA0(chip, regR, volR); in snd_cs4281_put_volume()