]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix silent output on ASUS A6Rp
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jan 2012 08:55:46 +0000 (09:55 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 25 Jan 2012 08:59:57 +0000 (09:59 +0100)
commita005f7937a3c199c8289492918c2c8394690290f
tree187aa49740008849eda8cc12220136762ed063e5
parentd4bc6c7948b1bb8c4a91db8d782c8c1f692e0d63
ALSA: hda - Fix silent output on ASUS A6Rp

The refactoring of Realtek codec driver in 3.2 kernel caused a
regression for ASUS A6Rp laptop; it doesn't give any output.
The reason was that this machine has a secret master mute (or EAPD)
control via NID 0x0f VREF.  Setting VREF50 on this node makes the
sound working again.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=42588

Cc: <stable@kernel.org> [v3.2+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c