]> git.baikalelectronics.ru Git - kernel.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)
commit4810ab28f6b345a14e1b1a3b89e0bdc33558dd9a
tree125ef281f93ce6ad7c49f0a4497f714f691ad449
parentb7340733dfe2eda91ed0af93e6dacfd641037301
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