diff options
-rw-r--r-- | sound/pci/cs4281.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs4281.c b/sound/pci/cs4281.c index 4f65ec56bf35..4221dfe8bd7e 100644 --- a/sound/pci/cs4281.c +++ b/sound/pci/cs4281.c | |||
@@ -1046,7 +1046,7 @@ static int snd_cs4281_put_volume(struct snd_kcontrol *kcontrol, | |||
1046 | snd_cs4281_pokeBA0(chip, regL, volL); | 1046 | snd_cs4281_pokeBA0(chip, regL, volL); |
1047 | change = 1; | 1047 | change = 1; |
1048 | } | 1048 | } |
1049 | if (ucontrol->value.integer.value[0] != volL) { | 1049 | if (ucontrol->value.integer.value[1] != volR) { |
1050 | volR = CS_VOL_MASK - (ucontrol->value.integer.value[1] & CS_VOL_MASK); | 1050 | volR = CS_VOL_MASK - (ucontrol->value.integer.value[1] & CS_VOL_MASK); |
1051 | snd_cs4281_pokeBA0(chip, regR, volR); | 1051 | snd_cs4281_pokeBA0(chip, regR, volR); |
1052 | change = 1; | 1052 | change = 1; |