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)
commit1cd9b2f78bf29d5282e02b32f9b3ecebc5842a7c
tree979486453bd36dca6fd650d60c2c5fc7811d0090
parent6ddf0fd1c462a418a3cbb8b0653820dc48ffbd98
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