diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-12 06:10:01 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-12-12 06:12:55 -0500 |
commit | 63a077e27648b4043b1ca1b4e29f0c42d99616b6 (patch) | |
tree | 1f8e520333fad15202e22aa7e2a70492cbc03600 /sound | |
parent | c5c215232dfb71d1cf2cc8627bdc2206726aa8a3 (diff) |
ALSA: hda - Add stereo-dmic fixup for Acer Aspire One 522
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index a3a2263d3b37..60890bfecc19 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -4507,6 +4507,7 @@ static const struct snd_pci_quirk cxt5051_fixups[] = { | |||
4507 | }; | 4507 | }; |
4508 | 4508 | ||
4509 | static const struct snd_pci_quirk cxt5066_fixups[] = { | 4509 | static const struct snd_pci_quirk cxt5066_fixups[] = { |
4510 | SND_PCI_QUIRK(0x1025, 0x0543, "Acer Aspire One 522", CXT_FIXUP_STEREO_DMIC), | ||
4510 | SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo T400", CXT_PINCFG_LENOVO_TP410), | 4511 | SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo T400", CXT_PINCFG_LENOVO_TP410), |
4511 | SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo T410", CXT_PINCFG_LENOVO_TP410), | 4512 | SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo T410", CXT_PINCFG_LENOVO_TP410), |
4512 | SND_PCI_QUIRK(0x17aa, 0x215f, "Lenovo T510", CXT_PINCFG_LENOVO_TP410), | 4513 | SND_PCI_QUIRK(0x17aa, 0x215f, "Lenovo T510", CXT_PINCFG_LENOVO_TP410), |