projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb9fb5
)
ALSA: hda - Bind new ecs mobo id (1019:2950) to model=ecs202
author
Herton Ronaldo Krzesinski
<herton@mandriva.com.br>
Sun, 8 Feb 2009 21:50:34 +0000
(19:50 -0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 9 Feb 2009 07:25:08 +0000
(08:25 +0100)
This adds a new sound quirk entry (model=ecs202) for an ecs motherboard
with IDT STAC9221 codec (1019:2950).
Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index
85dc642
..
d16d5c6
100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-2108,6
+2108,8
@@
static struct snd_pci_quirk stac922x_cfg_tbl[] = {
"ECS/PC chips", STAC_ECS_202),
SND_PCI_QUIRK(0x1019, 0x2820,
"ECS/PC chips", STAC_ECS_202),
+ SND_PCI_QUIRK(0x1019, 0x2950,
+ "ECS/PC chips", STAC_ECS_202),
{} /* terminator */
};