On Fri, Apr 27, 2012 at 04:05:03PM -0700, [email protected] wrote: > > The patch below does not apply to the 3.3-stable tree. > If someone wants it applied there, or to any other stable or longterm > tree, then please email the backport, including the original git commit > id to <[email protected]>.
Odd, this is probably because we are missing one of the other entries in this table, I'll work on this and figure it out myself, sorry for the noise. greg k-h > ------------------ original commit in Linus's tree ------------------ > > >From 5ac57550f279c3d991ef0b398681bcaca18169f7 Mon Sep 17 00:00:00 2001 > From: David Henningsson <[email protected]> > Date: Fri, 20 Apr 2012 10:01:46 +0200 > Subject: [PATCH] ALSA: HDA: Add external mic quirk for Asus Zenbook UX31E > > According to the reporter, external mic starts to work if the > laptop-dmic model is used. According to BIOS pin config, all > pins are consistent with the alc269vb_laptop_dmic fixup, except > for the external mic, which is not present. > > Cc: [email protected] > BugLink: https://bugs.launchpad.net/bugs/950490 > Signed-off-by: David Henningsson <[email protected]> > Signed-off-by: Takashi Iwai <[email protected]> > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > index e65e354..818f90b 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -6109,6 +6109,7 @@ static const struct alc_fixup alc269_fixups[] = { > > static const struct snd_pci_quirk alc269_fixup_tbl[] = { > SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_MIC2_MUTE_LED), > + SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", > ALC269VB_FIXUP_DMIC), > SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW), > SND_PCI_QUIRK(0x1043, 0x16e3, "ASUS UX50", ALC269_FIXUP_STEREO_DMIC), > SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC), > > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
