diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-04-23 17:10:44 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-04-23 17:10:44 +0200 |
commit | 1f10cd34d9b347106cb34ef91c8ff76f12ee67a8 (patch) | |
tree | 986f94e5b93ce612d0169ee6a9bb93eb98834eb7 /sound/pci/hda/patch_sigmatel.c | |
parent | 923125c6503efd3b8779e0df9ec5fcac6acda0b4 (diff) | |
parent | 5c1bccf645d4ab65e4c7502acb42e8b9afdb5bdc (diff) |
Merge branch 'fix/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index c4be3fab94e5..7fb7d017a347 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -1607,6 +1607,10 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = { "Dell Studio 1555", STAC_DELL_M6_DMIC), SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd, "Dell Studio 1557", STAC_DELL_M6_DMIC), + SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe, + "Dell Studio XPS 1645", STAC_DELL_M6_BOTH), + SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413, + "Dell Studio 1558", STAC_DELL_M6_BOTH), {} /* terminator */ }; |