diff options
| -rw-r--r-- | sound/pci/hda/patch_conexant.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 3fbbc8c01e70..6479e65858d3 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),  	{}  }; | 
