]> 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)
commite64c5bdb3997a541f3709f715e0688aaf50f0172
tree979486453bd36dca6fd650d60c2c5fc7811d0090
parentdf68078e0243d1d9795ce016ce99c14b1098590b
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