From: Daniel Drake Date: Wed, 4 Nov 2009 10:11:07 +0000 (+0000) Subject: ALSA: hda - Add OLPC XO-1.5 PCI ID X-Git-Tag: v2.6.32-rc8~9^2~9^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=798a8a15011e88cc63dbbb15728b42572c152093;p=platform%2Fkernel%2Flinux-3.10.git ALSA: hda - Add OLPC XO-1.5 PCI ID The XO-1.5 laptop now has a unique subvendor/subproduct ID, which can be used to automatically select the correct CXT5066 configuration. Signed-off-by: Daniel Drake Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 3fbbc8c..6479e65 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -2325,6 +2325,7 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = { CXT5066_LAPTOP), SND_PCI_QUIRK(0x1028, 0x02f5, "Dell", CXT5066_DELL_LAPTOP), + SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT5066_OLPC_XO_1_5), {} };