diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-11-21 08:37:03 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-12-13 15:29:29 -0800 |
commit | c7b7f1613bcfdd8e6ccaeea8a57daf9a3a122fc2 (patch) | |
tree | 13efc33d2dd2926344cc6e57ca9d2c54dc860c1c /sound | |
parent | 574c90a3146e9e479806e9a51fa694338cc57645 (diff) |
ALSA: hda - Add a quirk for Dell Studio 15
commit b0fc5e043401df4cd243352f1030c4d23e767347 upstream
Added the matching model=dell-m6 for Dell Studio 15 laptop.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@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 4118ddc95e54..23ff79a68175 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -1324,6 +1324,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = { "unknown Dell", STAC_DELL_M6), SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271, "unknown Dell", STAC_DELL_M6), + SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f, + "Dell Studio 15", STAC_DELL_M6), {} /* terminator */ }; |