]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit4528eb19b00d9ccd65ded6f8201eec704267edd8
tree3b9f5f81632955a6c30b027bde17a71f9da537cd
parent4fa71c1550a857ff1dbfe9e99acc1f4cfec5f0d0
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