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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dcs4281.c1022 int volL, volR; local
1024 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK);
1027 ucontrol->value.integer.value[0] = volL;
1039 int volL, volR; local
1041 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK);
1044 if (ucontrol->value.integer.value[0] != volL) {
1045 volL = CS_VOL_MASK - (ucontrol->value.integer.value[0] & CS_VOL_MASK);
1046 snd_cs4281_pokeBA0(chip, regL, volL);

Completed in 69 milliseconds