This is a note to let you know that I've just added the patch titled ALSA: hda - Use always amps for auto-mute on AD1986A codec to the 3.12-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-use-always-amps-for-auto-mute-on-ad1986a-codec.patch and it can be found in the queue-3.12 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From b3bd4fc3822a6b5883eaa556822487d87752d443 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Mon, 2 Dec 2013 15:04:03 +0100 Subject: ALSA: hda - Use always amps for auto-mute on AD1986A codec From: Takashi Iwai <tiwai@xxxxxxx> commit b3bd4fc3822a6b5883eaa556822487d87752d443 upstream. It seems that AD1986A cannot manage the dynamic pin on/off for auto-muting, but rather gets confused. Since each output has own amp, let's use it instead. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64971 Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_analog.c | 3 +++ 1 file changed, 3 insertions(+) --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -345,6 +345,9 @@ static int patch_ad1986a(struct hda_code */ spec->gen.multiout.no_share_stream = 1; + /* AD1986A can't manage the dynamic pin on/off smoothly */ + spec->gen.auto_mute_via_amp = 1; + snd_hda_pick_fixup(codec, ad1986a_fixup_models, ad1986a_fixup_tbl, ad1986a_fixups); snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-3.12/alsa-hda-fix-bad-eapd-setup-for-hp-machines-with-ad1984a.patch queue-3.12/alsa-hda-add-mono-speaker-quirk-for-dell-inspiron-5439.patch queue-3.12/alsa-hda-fix-silent-output-on-asus-w7j-laptop.patch queue-3.12/alsa-hda-fix-headset-mic-input-after-muted-internal-mic-dell-realtek.patch queue-3.12/alsa-hda-fix-silent-output-on-macbook-air-2-1.patch queue-3.12/alsa-hda-use-always-amps-for-auto-mute-on-ad1986a-codec.patch queue-3.12/alsa-hda-another-fixup-for-asus-laptop-with-alc660-codec.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