[alsa-devel] [PATCH] Add conexant quirk for Lenovo G series support
Jerone Young
jerone.young at canonical.com
Mon Jul 19 03:44:08 CEST 2010
This patch adds quirk add support for Lenovo G series laptops.
Launchpad bug can be found here:
https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-2.6.32/+bug/590756
Signed-off-by: Jerone Young <jerone.young at canonical.com>
diff --git a/pci/hda/patch_conexant.c b/pci/hda/patch_conexant.c
index 54f7419..c49030b 100644
--- a/pci/hda/patch_conexant.c
+++ b/pci/hda/patch_conexant.c
@@ -2999,6 +2999,7 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x21b4, "Thinkpad Edge", CXT5066_IDEAPAD),
SND_PCI_QUIRK(0x17aa, 0x3a0d, "ideapad", CXT5066_IDEAPAD),
SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo Thinkpad", CXT5066_THINKPAD),
+ SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo G series", CXT5066_IDEAPAD),
{}
};
More information about the Alsa-devel
mailing list