]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix silent output on ASUS W7J laptop
authorTakashi Iwai <tiwai@suse.de>
Fri, 29 Nov 2013 11:47:34 +0000 (12:47 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Nov 2013 15:20:02 +0000 (16:20 +0100)
commit6ddf0fd1c462a418a3cbb8b0653820dc48ffbd98
tree125ef281f93ce6ad7c49f0a4497f714f691ad449
parent4d6ff250857a8b5f8e33ea62ff16f165085f8655
ALSA: hda - Fix silent output on ASUS W7J laptop

The recent kernels got regressions on ASUS W7J with ALC660 codec where
no sound comes out.  After a long debugging session, we found out that
setting the pin control on the unused NID 0x10 is mandatory for the
outputs.  And, it was found out that another magic of NID 0x0f that is
required for other ASUS laptops isn't needed on this machine.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=66081
Reported-and-tested-by: Andrey Lipaev <lipaev@mail.ru>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c