Changelog: Added the correct model for the Intel DG35EC mainboard (http://www.intel.com/products/motherboard/DG35EC/index.htm) The card was previously 'unknown'. The following patch, adds the card to the quirk table, to automatically select ALC883_3STACK_6CH. Confirmed working for all analogue outputs, and inputs. Patch attached. Signed-off-by: Travis Place <wishie at wishie dot net> -- Happiness is like peeing your pants. Everyone can see it, but only you can feel its warmth
diff -r e2b60934d1c8 pci/hda/patch_realtek.c --- a/pci/hda/patch_realtek.c Mon May 19 12:32:25 2008 +0200 +++ b/pci/hda/patch_realtek.c Sat May 24 13:28:37 2008 +1000 @@ -7785,6 +7785,7 @@ static struct snd_pci_quirk alc883_cfg_t SND_PCI_QUIRK(0x17f2, 0x5000, "Albatron KI690-AM2", ALC883_6ST_DIG), SND_PCI_QUIRK(0x1991, 0x5625, "Haier W66", ALC883_HAIER_W66), SND_PCI_QUIRK(0x8086, 0xd601, "D102GGC", ALC883_3ST_6ch), + SND_PCI_QUIRK(0x8086, 0xd701, "Intel DG35EC", ALC883_3ST_6ch), {} };
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel