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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dcs4281.c1021 int volL, volR; local
1023 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK);
1026 ucontrol->value.integer.value[0] = volL;
1038 int volL, volR; local
1040 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK);
1043 if (ucontrol->value.integer.value[0] != volL) {
1044 volL = CS_VOL_MASK - (ucontrol->value.integer.value[0] & CS_VOL_MASK);
1045 snd_cs4281_pokeBA0(chip, regL, volL);

Completed in 158 milliseconds