From: Takashi Iwai Date: Tue, 13 Feb 2007 23:59:17 +0000 (+0100) Subject: [ALSA] hda-codec - Add LFE support on Dell M90 X-Git-Tag: v2.6.21-rc3~20^2~11 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f0f9674585c7b0b1abe9efb68667cb16c878cc45;p=linux-2.6-omap-h63xx.git [ALSA] hda-codec - Add LFE support on Dell M90 Added LFE support on Dell M90 laptop. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index f7ef9c5afe8..54fdf344813 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[] = { "Dell Inspiron E1705/9400", STAC_REF), SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce, "Dell XPS M1710", STAC_REF), + SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf, + "Dell Precision M90", STAC_REF), {} /* terminator */ };