diff options
| author | Takashi Iwai <tiwai@suse.de> | 2010-05-06 02:39:43 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2010-05-06 02:39:43 -0400 |
| commit | 20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf (patch) | |
| tree | 21d3b7e1d5edc8903b3936c37561c63c3864250f /sound/pci/hda/patch_sigmatel.c | |
| parent | 7b2bfdbc0dee5a321b5c02febe157adebd33ab3a (diff) | |
| parent | 8f0f5ff6777104084b4b2e1ae079541c2a6ed6d9 (diff) | |
Merge branch 'fix/hda' into topic/hda
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[] = { | |||
| 1607 | "Dell Studio 1555", STAC_DELL_M6_DMIC), | 1607 | "Dell Studio 1555", STAC_DELL_M6_DMIC), |
| 1608 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd, | 1608 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd, |
| 1609 | "Dell Studio 1557", STAC_DELL_M6_DMIC), | 1609 | "Dell Studio 1557", STAC_DELL_M6_DMIC), |
| 1610 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe, | ||
| 1611 | "Dell Studio XPS 1645", STAC_DELL_M6_BOTH), | ||
| 1612 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413, | ||
| 1613 | "Dell Studio 1558", STAC_DELL_M6_BOTH), | ||
| 1610 | {} /* terminator */ | 1614 | {} /* terminator */ |
| 1611 | }; | 1615 | }; |
| 1612 | 1616 | ||
