aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
authorHerton Ronaldo Krzesinski <herton@mandriva.com.br>2009-02-08 16:50:34 -0500
committerTakashi Iwai <tiwai@suse.de>2009-02-09 02:25:08 -0500
commit8663ae55f39e99c25242adb6242a191258a4eca1 (patch)
tree8939058c65d6d2969a79cb7069760726f12cff4c /sound/pci/hda/patch_sigmatel.c
parentcfb9fb5517faa9e61c7e874fc89ef9c9253a0902 (diff)
ALSA: hda - Bind new ecs mobo id (1019:2950) to model=ecs202
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>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 85dc642d1130..d16d5c60eecd 100644
--- 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[] = {
2108 "ECS/PC chips", STAC_ECS_202), 2108 "ECS/PC chips", STAC_ECS_202),
2109 SND_PCI_QUIRK(0x1019, 0x2820, 2109 SND_PCI_QUIRK(0x1019, 0x2820,
2110 "ECS/PC chips", STAC_ECS_202), 2110 "ECS/PC chips", STAC_ECS_202),
2111 SND_PCI_QUIRK(0x1019, 0x2950,
2112 "ECS/PC chips", STAC_ECS_202),
2111 {} /* terminator */ 2113 {} /* terminator */
2112}; 2114};
2113 2115