projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3442e2
)
[ALSA] hda-codec - Add LFE support on Dell M90
author
Takashi Iwai
<tiwai@suse.de>
Tue, 13 Feb 2007 23:59:17 +0000
(
00:59
+0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 6 Mar 2007 09:40:21 +0000
(10:40 +0100)
Added LFE support on Dell M90 laptop.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index f7ef9c5afe8732d70d98b6191df4dc1b00f6571a..54fdf3448133892cc0c8f422fd70c20afde5b27d 100644
(file)
--- 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 */
};