]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix mute control with some ALC262 models
authorTakashi Iwai <tiwai@suse.de>
Fri, 24 Jul 2009 14:51:47 +0000 (16:51 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 30 Jul 2009 23:06:04 +0000 (16:06 -0700)
commit1e6b7c85d1cc4c3125522b50d7f23abf45441939
tree8713dace65d2b792b2de952be3e8781c5ef2ac05
parentef29b161d4dc93595b6b3c5ba74f17edb29247e9
ALSA: hda - Fix mute control with some ALC262 models

commit 8de56b7deb2534a586839eda52843c1dae680dc5 upstream.

The master mute switch is wrongly implemented as checking the pointer
instead of its value, thus it can be never muted.  This patch fixes
the issue.

Reference: Novell bnc#404873
https://bugzilla.novell.com/show_bug.cgi?id=404873

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c