diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-02-13 18:59:17 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-03-06 04:40:21 -0500 |
commit | f0f9674585c7b0b1abe9efb68667cb16c878cc45 (patch) | |
tree | b097afdec21d05c941213526bd8e906f086144e6 /sound | |
parent | c3442e296517aee733d62fc3fe03211598902c7d (diff) |
[ALSA] hda-codec - Add LFE support on Dell M90
Added LFE support on Dell M90 laptop.
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 | 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 f7ef9c5afe87..54fdf3448133 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -461,6 +461,8 @@ static struct snd_pci_quirk stac9200_cfg_tbl[] = { | |||
461 | "Dell Inspiron E1705/9400", STAC_REF), | 461 | "Dell Inspiron E1705/9400", STAC_REF), |
462 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce, | 462 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce, |
463 | "Dell XPS M1710", STAC_REF), | 463 | "Dell XPS M1710", STAC_REF), |
464 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf, | ||
465 | "Dell Precision M90", STAC_REF), | ||
464 | {} /* terminator */ | 466 | {} /* terminator */ |
465 | }; | 467 | }; |
466 | 468 | ||