Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Dcs4281.c984 int volL, volR; in snd_cs4281_get_volume() local
986 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK); in snd_cs4281_get_volume()
989 ucontrol->value.integer.value[0] = volL; in snd_cs4281_get_volume()
1001 int volL, volR; in snd_cs4281_put_volume() local
1003 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK); in snd_cs4281_put_volume()
1006 if (ucontrol->value.integer.value[0] != volL) { in snd_cs4281_put_volume()
1007 volL = CS_VOL_MASK - (ucontrol->value.integer.value[0] & CS_VOL_MASK); in snd_cs4281_put_volume()
1008 snd_cs4281_pokeBA0(chip, regL, volL); in snd_cs4281_put_volume()