Searched refs:regR (Results 1 – 1 of 1) sorted by relevance
1021 int regR = kcontrol->private_value & 0xffff; in snd_cs4281_get_volume() local1025 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); in snd_cs4281_get_volume()1038 int regR = kcontrol->private_value & 0xffff; in snd_cs4281_put_volume() local1042 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); in snd_cs4281_put_volume()1051 snd_cs4281_pokeBA0(chip, regR, volR); in snd_cs4281_put_volume()