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@xxxxxxxxxxxxx> 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), {} }; _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel