diff options
-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 cf3641f9ebe9..ce34e4dfe985 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1680,6 +1680,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = { | |||
1680 | "unknown Dell", STAC_DELL_M6), | 1680 | "unknown Dell", STAC_DELL_M6), |
1681 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271, | 1681 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271, |
1682 | "unknown Dell", STAC_DELL_M6), | 1682 | "unknown Dell", STAC_DELL_M6), |
1683 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f, | ||
1684 | "Dell Studio 15", STAC_DELL_M6), | ||
1683 | {} /* terminator */ | 1685 | {} /* terminator */ |
1684 | }; | 1686 | }; |
1685 | 1687 | ||