diff options
author | Joerg Schirottke <master@kanotix.com> | 2008-12-19 02:13:49 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-19 02:13:49 -0500 |
commit | fa620e97feae731f3d461baaac4da0b127b6fd8e (patch) | |
tree | b5eb9bcdae411e7424ed4793fcd8d7ef13c9dc11 | |
parent | e28d83223a1e5672174dcdc6b73c1be3fa3de877 (diff) |
ALSA: hda - Add quirk for Dell Studio 17
Added the matching model=dell-m6 for Dell Studio 17 laptop.
Signed-off-by: Joerg Schirottke <master@kanotix.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-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 d6fa401791c5..0bb3caecb86c 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1641,6 +1641,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = { | |||
1641 | "unknown Dell", STAC_DELL_M6_DMIC), | 1641 | "unknown Dell", STAC_DELL_M6_DMIC), |
1642 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f, | 1642 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f, |
1643 | "Dell Studio 1537", STAC_DELL_M6_DMIC), | 1643 | "Dell Studio 1537", STAC_DELL_M6_DMIC), |
1644 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0, | ||
1645 | "Dell Studio 17", STAC_DELL_M6_DMIC), | ||
1644 | {} /* terminator */ | 1646 | {} /* terminator */ |
1645 | }; | 1647 | }; |
1646 | 1648 | ||