Skip to content

Commit

Permalink
ALSA: hda - Bind new ecs mobo id (1019:2950) to model=ecs202
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Herton Ronaldo Krzesinski authored and Takashi Iwai committed Feb 9, 2009
1 parent cfb9fb5 commit 8663ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit 8663ae5

Please sign in to comment.