[alsa-devel] [PATCH] Add conexant quirk for Lenovo G series support
19 Jul
2010
19 Jul
'10
3:44 a.m.
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/+bu...
Signed-off-by: Jerone Young jerone.young@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), {} };
5270
Age (days ago)
5270
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jerone Young