ALSA: hda - Fix silent output on ASUS A6Rp
commit4046af9883517d5d27164f21ac7074d689df1225
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jan 2012 08:55:46 +0000 (25 09:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2012 17:21:40 +0000 (3 09:21 -0800)
tree7d53cee600bf1b8030453a95d1973e6f7172f74e
parentd4c0bb30d160b8bfea4d4d3a44bba55e40696bde
ALSA: hda - Fix silent output on ASUS A6Rp

commit 3b25eb690e8c7424eecffe1458c02b87b32aa001 upstream.

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

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