1 Mar 2011 04:59
ALSA: HDA: Add ideapad quirk for two Dell machines
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2011-03-01 03:59:05 GMT
2011-03-01 03:59:05 GMT
Gitweb: http://git.kernel.org/linus/ebbd224c22a00dbbee95031a0d6d595460f6f2b3 Commit: ebbd224c22a00dbbee95031a0d6d595460f6f2b3 Parent: 6da8b51657a9cd5a87b4e6e4c7bc76b598a95175 Author: David Henningsson <david.henningsson <at> canonical.com> AuthorDate: Wed Feb 23 13:15:56 2011 +0100 Committer: Takashi Iwai <tiwai <at> suse.de> CommitDate: Wed Feb 23 16:00:28 2011 +0100 ALSA: HDA: Add ideapad quirk for two Dell machines These two Dell machines have been reported working well with the ideapad model. BugLink: http://bugs.launchpad.net/bugs/723676 Cc: stable <at> kernel.org Tested-by: David Chen <david.chen <at> canonical.com> Signed-off-by: David Henningsson <david.henningsson <at> canonical.com> Signed-off-by: Takashi Iwai <tiwai <at> suse.de> --- sound/pci/hda/patch_conexant.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 909ce9e..4d5004e 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c <at> <at> -3114,6 +3114,8 <at> <at> static struct snd_pci_quirk cxt5066_cfg_tbl[] = { SND_PCI_QUIRK(0x1028, 0x0401, "Dell Vostro 1014", CXT5066_DELL_VOSTRO), SND_PCI_QUIRK(0x1028, 0x0402, "Dell Vostro", CXT5066_DELL_VOSTRO), SND_PCI_QUIRK(0x1028, 0x0408, "Dell Inspiron One 19T", CXT5066_IDEAPAD), + SND_PCI_QUIRK(0x1028, 0x050f, "Dell Inspiron", CXT5066_IDEAPAD), + SND_PCI_QUIRK(0x1028, 0x0510, "Dell Vostro", CXT5066_IDEAPAD), SND_PCI_QUIRK(0x103c, 0x360b, "HP G60", CXT5066_HP_LAPTOP), SND_PCI_QUIRK(0x1043, 0x13f3, "Asus A52J", CXT5066_ASUS), SND_PCI_QUIRK(0x1043, 0x1643, "Asus K52JU", CXT5066_ASUS), -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed