This is a note to let you know that I've just added the patch titled ALSA: hda - Don't turn off EAPD for headphone on Lenovo N100 to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-don-t-turn-off-eapd-for-headphone-on-lenovo-n100.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 7a3e6107f94344e65c35bfe62de6c096a7b48965 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Wed, 13 Nov 2013 09:39:08 +0100 Subject: ALSA: hda - Don't turn off EAPD for headphone on Lenovo N100 From: Takashi Iwai <tiwai@xxxxxxx> commit 7a3e6107f94344e65c35bfe62de6c096a7b48965 upstream. The only EAPD on AD1986A is on NID 0x1b where usually the speaker. But this doesn't control only the speaker amp but may influence on all outputs, e.g. Lenovo N100 laptop seems to have this issue. Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_analog.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -1197,8 +1197,12 @@ static int alloc_ad_spec(struct hda_code static void ad_fixup_inv_jack_detect(struct hda_codec *codec, const struct hda_fixup *fix, int action) { - if (action == HDA_FIXUP_ACT_PRE_PROBE) + struct ad198x_spec *spec = codec->spec; + + if (action == HDA_FIXUP_ACT_PRE_PROBE) { codec->inv_jack_detect = 1; + spec->gen.keep_eapd_on = 1; + } } enum { Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-3.10/alsa-hda-check-keep_eapd_on-before-inv_eapd.patch queue-3.10/alsa-hda-don-t-clear-the-power-state-at-snd_hda_codec_reset.patch queue-3.10/alsa-hda-add-support-for-cx20952.patch queue-3.10/alsa-hda-enable-spdif-for-acer-travelmate-6293.patch queue-3.10/alsa-hda-fix-the-headphone-jack-detection-on-sony-vaio-tx.patch queue-3.10/alsa-hda-provide-missing-pin-configs-for-vaio-with-alc260.patch queue-3.10/alsa-compress-fix-drain-calls-blocking-other-compress-functions.patch queue-3.10/alsa-compress-fix-drain-calls-blocking-other-compress-functions-v6.patch queue-3.10/alsa-hda-add-pincfg-fixup-for-asus-w5a.patch queue-3.10/alsa-hda-add-support-of-alc255-codecs.patch queue-3.10/alsa-6fire-fix-probe-of-multiple-cards.patch queue-3.10/alsa-hda-make-sure-mute-leds-stay-on-during-runtime-suspend-realtek.patch queue-3.10/alsa-msnd-avoid-duplicated-driver-name.patch queue-3.10/alsa-hda-fix-line-out-automute-on-realtek-multifunction-jacks.patch queue-3.10/alsa-hda-add-headset-quirk-for-dell-inspiron-3135.patch queue-3.10/alsa-hda-don-t-turn-off-eapd-for-headphone-on-lenovo-n100.patch queue-3.10/alsa-hda-fix-unbalanced-runtime-pm-notification-at-resume.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html