Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 798a8a15 authored by Daniel Drake's avatar Daniel Drake Committed by Takashi Iwai
Browse files

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: default avatarDaniel Drake <dsd@laptop.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5bdaaada
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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),
	{}
};