]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ALSA: hda - Add stereo-dmic fixup for Acer Aspire One 522
authorTakashi Iwai <tiwai@suse.de>
Wed, 12 Dec 2012 11:10:01 +0000 (12:10 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 12 Dec 2012 11:12:55 +0000 (12:12 +0100)
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

Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_conexant.c

index a3a2263d3b3767e4f92cb7e73d3720c3c1c86882..60890bfecc196600ffa15ab5979c06aef8891f9b 100644 (file)
@@ -4507,6 +4507,7 @@ static const struct snd_pci_quirk cxt5051_fixups[] = {
 };
 
 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),