Commit ae709440edb2d36f51f5ea51cfab931f45c03e02

Authored by Wu Fengguang
Committed by Takashi Iwai
1 parent 150fe14c1a

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>

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

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