]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix silent output on Toshiba Satellite L40
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Feb 2014 06:39:06 +0000 (07:39 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 4 Feb 2014 06:39:06 +0000 (07:39 +0100)
commitdfec0eca8b74135b45be4417ad1f72c6c0795fe6
tree3b9f5f81632955a6c30b027bde17a71f9da537cd
parente94d2e7b654efbd202b27db9f0e967dc7bf95eb3
ALSA: hda - Fix silent output on Toshiba Satellite L40

Toshiba Satellite L40 with AD1986A codec requires the EAPD of NID 0x1b
to be constantly on, otherwise the output doesn't work.
Unlike most of other AD1986A machines, EAPD is correctly implemented
in HD-audio manner (that is, bit set = amp on), so we need to clear
the inv_eapd flag in the fixup, too.

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