This is a note to let you know that I've just added the patch titled ALSA: hda - Correct AD1986A 3stack pin configs to the 3.13-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-correct-ad1986a-3stack-pin-configs.patch and it can be found in the queue-3.13 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From ed0e0d0617a8dc3d8b82c6e54827f269f2247b07 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Tue, 7 Jan 2014 17:48:11 +0100 Subject: ALSA: hda - Correct AD1986A 3stack pin configs From: Takashi Iwai <tiwai@xxxxxxx> commit ed0e0d0617a8dc3d8b82c6e54827f269f2247b07 upstream. The 3stack pin configs for AD1986A codec had incorrect values that resulted in broken mic and line-in. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=66621 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, 3 insertions(+), 3 deletions(-) --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -280,11 +280,11 @@ static const struct hda_fixup ad1986a_fi .v.pins = (const struct hda_pintbl[]) { { 0x1a, 0x02214021 }, /* headphone */ { 0x1b, 0x01014011 }, /* front */ - { 0x1c, 0x01013012 }, /* surround */ - { 0x1d, 0x01019015 }, /* clfe */ + { 0x1c, 0x01813030 }, /* line-in */ + { 0x1d, 0x01a19020 }, /* rear mic */ { 0x1e, 0x411111f0 }, /* N/A */ { 0x1f, 0x02a190f0 }, /* mic */ - { 0x20, 0x018130f0 }, /* line-in */ + { 0x20, 0x411111f0 }, /* N/A */ {} }, }, Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-3.13/alsa-hda-add-headset-mic-detect-quirks-for-another-dell-laptop.patch queue-3.13/alsa-hda-fix-silent-output-on-macbook-air-1-1.patch queue-3.13/alsa-hda-correct-ad1986a-3stack-pin-configs.patch queue-3.13/alsa-hda-add-headset-mic-detect-quirks-for-some-dell-machines.patch queue-3.13/alsa-hda-hdmi-allow-pin_out-to-be-dynamically-enabled.patch queue-3.13/alsa-rme9652-fix-a-missing-comma-in-channel_map_9636_ds.patch queue-3.13/alsa-hda-automute-via-amp-instead-of-pinctl-on-some-aio-models.patch queue-3.13/alsa-enable-config_zone_dma-for-smaller-pci-dma-masks.patch queue-3.13/alsa-bits-vs-bytes-bug-in-snd_card_create.patch queue-3.13/hp_accel-add-a-new-pnp-id-hpq6007-for-new-hp-laptops.patch queue-3.13/alsa-hda-don-t-create-duplicated-ctls-for-loopback-paths.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