[ALSA] cs4281 - Fix the check of right channel

Fix the check of right channel in mixer volume put callback.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by Takashi Iwai and committed by Jaroslav Kysela e860f000 14790f1c

+1 -1
+1 -1
sound/pci/cs4281.c
··· 1046 1046 snd_cs4281_pokeBA0(chip, regL, volL); 1047 1047 change = 1; 1048 1048 } 1049 - if (ucontrol->value.integer.value[0] != volL) { 1049 + if (ucontrol->value.integer.value[1] != volR) { 1050 1050 volR = CS_VOL_MASK - (ucontrol->value.integer.value[1] & CS_VOL_MASK); 1051 1051 snd_cs4281_pokeBA0(chip, regR, volR); 1052 1052 change = 1;