diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 0556b7e7bb8b..6f4a39273b98 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -455,6 +455,8 @@ static struct snd_pci_quirk stac9200_cfg_tbl[] = { | |||
455 | "Dell Latitude D620", STAC_REF), | 455 | "Dell Latitude D620", STAC_REF), |
456 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb, | 456 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb, |
457 | "Dell Latitude 120L", STAC_REF), | 457 | "Dell Latitude 120L", STAC_REF), |
458 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc, | ||
459 | "Dell Latitude D820", STAC_REF), | ||
458 | {} /* terminator */ | 460 | {} /* terminator */ |
459 | }; | 461 | }; |
460 | 462 | ||