From: James Ralston Date: Mon, 13 Oct 2014 22:22:03 +0000 (-0700) Subject: ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCH X-Git-Tag: v3.16.35~3482 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fbe06bc9a825dc0867ba496c8a4a08ca00412e2;p=thirdparty%2Fkernel%2Fstable.git ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCH commit c8b00fd2f4c504a564adcad5b8bd6952ab850b02 upstream. This patch adds the HD Audio Device IDs for the Intel Sunrise Point PCH. [the item position rearranged by tiwai] Signed-off-by: James Ralston Signed-off-by: Takashi Iwai Signed-off-by: Luis Henriques --- diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 007849b443d9f..050033e2ef9b8 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -173,6 +173,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," "{Intel, LPT}," "{Intel, LPT_LP}," "{Intel, WPT_LP}," + "{Intel, SPT}," "{Intel, HPT}," "{Intel, PBG}," "{Intel, SCH}," @@ -1784,6 +1785,9 @@ static const struct pci_device_id azx_ids[] = { /* Wildcat Point-LP */ { PCI_DEVICE(0x8086, 0x9ca0), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + /* Sunrise Point */ + { PCI_DEVICE(0x8086, 0xa170), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, /* Haswell */ { PCI_DEVICE(0x8086, 0x0a0c), .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },