diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-11-21 02:37:03 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-21 02:37:03 -0500 |
commit | b0fc5e043401df4cd243352f1030c4d23e767347 (patch) | |
tree | 448ec03d17b5c685df41dc5dc9ca80d6ee453750 /sound | |
parent | 3a7abfd2ba26479615b81ac5e90d0122ef7f9fe0 (diff) |
ALSA: hda - Add a quirk for Dell Studio 15
Added the matching model=dell-m6 for Dell Studio 15 laptop.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 9047dc76b007..2b52a4056a9b 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1630,6 +1630,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = { | |||
1630 | "unknown Dell", STAC_DELL_M6), | 1630 | "unknown Dell", STAC_DELL_M6), |
1631 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271, | 1631 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271, |
1632 | "unknown Dell", STAC_DELL_M6), | 1632 | "unknown Dell", STAC_DELL_M6), |
1633 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f, | ||
1634 | "Dell Studio 15", STAC_DELL_M6), | ||
1633 | {} /* terminator */ | 1635 | {} /* terminator */ |
1634 | }; | 1636 | }; |
1635 | 1637 | ||