ALSA: hda: add model for Intel DG45ID/DG45FC boards

The BIOS pin configs are in fact correct and shall not be overwritten.

Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by Wu Fengguang and committed by Takashi Iwai ae709440 150fe14c

+6
+6
sound/pci/hda/patch_sigmatel.c
··· 76 STAC_92HD73XX_AUTO, 77 STAC_92HD73XX_NO_JD, /* no jack-detection */ 78 STAC_92HD73XX_REF, 79 STAC_DELL_M6_AMIC, 80 STAC_DELL_M6_DMIC, 81 STAC_DELL_M6_BOTH, ··· 1778 [STAC_92HD73XX_AUTO] = "auto", 1779 [STAC_92HD73XX_NO_JD] = "no-jd", 1780 [STAC_92HD73XX_REF] = "ref", 1781 [STAC_DELL_M6_AMIC] = "dell-m6-amic", 1782 [STAC_DELL_M6_DMIC] = "dell-m6-dmic", 1783 [STAC_DELL_M6_BOTH] = "dell-m6", ··· 1791 "DFI LanParty", STAC_92HD73XX_REF), 1792 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, 1793 "DFI LanParty", STAC_92HD73XX_REF), 1794 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254, 1795 "Dell Studio 1535", STAC_DELL_M6_DMIC), 1796 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
··· 76 STAC_92HD73XX_AUTO, 77 STAC_92HD73XX_NO_JD, /* no jack-detection */ 78 STAC_92HD73XX_REF, 79 + STAC_92HD73XX_INTEL, 80 STAC_DELL_M6_AMIC, 81 STAC_DELL_M6_DMIC, 82 STAC_DELL_M6_BOTH, ··· 1777 [STAC_92HD73XX_AUTO] = "auto", 1778 [STAC_92HD73XX_NO_JD] = "no-jd", 1779 [STAC_92HD73XX_REF] = "ref", 1780 + [STAC_92HD73XX_INTEL] = "intel", 1781 [STAC_DELL_M6_AMIC] = "dell-m6-amic", 1782 [STAC_DELL_M6_DMIC] = "dell-m6-dmic", 1783 [STAC_DELL_M6_BOTH] = "dell-m6", ··· 1789 "DFI LanParty", STAC_92HD73XX_REF), 1790 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, 1791 "DFI LanParty", STAC_92HD73XX_REF), 1792 + SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002, 1793 + "Intel DG45ID", STAC_92HD73XX_INTEL), 1794 + SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003, 1795 + "Intel DG45FC", STAC_92HD73XX_INTEL), 1796 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254, 1797 "Dell Studio 1535", STAC_DELL_M6_DMIC), 1798 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,