Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0f96745 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] hda-codec - Add LFE support on Dell M90



Added LFE support on Dell M90 laptop.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent c3442e29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */
};