This is a note to let you know that I've just added the patch titled ALSA: hda - Add stereo-dmic fixup for Acer Aspire One 522 to the 3.4-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-add-stereo-dmic-fixup-for-acer-aspire-one-522.patch and it can be found in the queue-3.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From d59c4a70d3072020654cf8a55214f898163fb839 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Wed, 12 Dec 2012 12:10:01 +0100 Subject: ALSA: hda - Add stereo-dmic fixup for Acer Aspire One 522 From: Takashi Iwai <tiwai@xxxxxxx> commit 63a077e27648b4043b1ca1b4e29f0c42d99616b6 upstream. Acer Aspire One 522 has the infamous digital mic unit that needs the phase inversion fixup for stereo. Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=715737 Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Cc: Weng Meiling <wengmeiling.weng@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_conexant.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -4473,6 +4473,7 @@ static const struct snd_pci_quirk cxt505 }; static const struct snd_pci_quirk cxt5066_fixups[] = { + SND_PCI_QUIRK(0x1025, 0x0543, "Acer Aspire One 522", CXT_FIXUP_STEREO_DMIC), SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo T400", CXT_PINCFG_LENOVO_TP410), SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo T410", CXT_PINCFG_LENOVO_TP410), SND_PCI_QUIRK(0x17aa, 0x215f, "Lenovo T510", CXT_PINCFG_LENOVO_TP410), Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-3.4/alsa-hda-conexant-correct-vendor-ids-for-new-codecs.patch queue-3.4/alsa-hda-add-conexant-cx20755-20756-20757-codec-ids.patch queue-3.4/alsa-hda-add-inverted-internal-mic-quirk-for-lenovo-ideapad-u310.patch queue-3.4/alsa-hda-add-inverted-internal-mic-quirk-for-lenovo-s205.patch queue-3.4/alsa-hda-add-support-for-cx20952.patch queue-3.4/alsa-hda-fix-oops-caused-by-recent-commit-fix-internal-mic-for-lenovo-ideapad-u300s.patch queue-3.4/alsa-hda-add-stereo-dmic-fixup-for-acer-aspire-one-522.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