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

Commit 8663ae55 authored by Herton Ronaldo Krzesinski's avatar Herton Ronaldo Krzesinski Committed by Takashi Iwai
Browse files

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: default avatarHerton Ronaldo Krzesinski <herton@mandriva.com.br>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent cfb9fb55
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */
};