diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-11-21 12:02:57 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-21 12:02:57 -0500 |
commit | c70bfa8733e1ec4babe5a1b4a9a90053f79eb301 (patch) | |
tree | a597ba36aab0a3d9e9d9508a4c0481b9c5725f25 /sound/pci/hda | |
parent | d6752a532c700927fc7586cdd086391bfc50eaa9 (diff) | |
parent | b0fc5e043401df4cd243352f1030c4d23e767347 (diff) |
Merge branch 'topic/fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda')
-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 | ||