diff options
author | Tobin Davis <tdavis@dsl-only.net> | 2007-05-17 03:38:24 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-31 03:06:02 -0400 |
commit | 49c605db8d75216f88c3a57cfed3adfaddb71c6a (patch) | |
tree | 868adb2bf745862c8eb20ee3cb6aa8de950fac2e /sound | |
parent | 2c11f955b27edaf0270185781391abe6f39b7ed0 (diff) |
[ALSA] HDA: Add more systems to Sigmatel codec
This patch adds more Dell systems and a Panasonic laptop with
STAC9200 codecs.
Signed-off-by: Tobin Davis <tdavis@dsl-only.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 6e6818c8db18..7188c9ca660d 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -474,6 +474,14 @@ static struct snd_pci_quirk stac9200_cfg_tbl[] = { | |||
474 | "Dell Precision M90", STAC_REF), | 474 | "Dell Precision M90", STAC_REF), |
475 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6, | 475 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6, |
476 | "unknown Dell", STAC_REF), | 476 | "unknown Dell", STAC_REF), |
477 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8, | ||
478 | "Dell Inspiron 640m", STAC_REF), | ||
479 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5, | ||
480 | "Dell Inspiron 1501", STAC_REF), | ||
481 | |||
482 | /* Panasonic */ | ||
483 | SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_REF), | ||
484 | |||
477 | {} /* terminator */ | 485 | {} /* terminator */ |
478 | }; | 486 | }; |
479 | 487 | ||