]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix bad EAPD setup for HP machines with AD1984A
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Dec 2013 12:19:45 +0000 (13:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Dec 2013 12:23:39 +0000 (13:23 +0100)
commit9657b6325db4ea1bb72bc1c2656cee62ed654591
tree979486453bd36dca6fd650d60c2c5fc7811d0090
parent4810ab28f6b345a14e1b1a3b89e0bdc33558dd9a
ALSA: hda - Fix bad EAPD setup for HP machines with AD1984A

It seems that EAPD on NID 0x16 is the only control over all outputs on
HP machines with AD1984A while turning EAPD on NID 0x12 breaks the
output.  Thus we need to avoid fiddling EAPD on NID.  As a quick
workaround, just set own_eapd_ctrl flag for the wrong EAPD, then
implement finer EAPD controls.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=66321
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_analog.c