ALSA: hda - add PCI ID for Intel Broxton-T
authorLu, Han <han.lu@intel.com>
Wed, 20 Apr 2016 02:08:43 +0000 (10:08 +0800)
committerSasha Levin <sasha.levin@oracle.com>
Tue, 10 May 2016 16:17:31 +0000 (12:17 -0400)
[ Upstream commit 9859a971ca228725425238756ee89c6133306ec8 ]

Add HD Audio Device PCI ID for the Intel Broxton-T platform.
It is an HDA Intel PCH controller.

Signed-off-by: Lu, Han <han.lu@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
sound/pci/hda/hda_intel.c

index 29786b6..9e113bc 100644 (file)
@@ -2046,6 +2046,9 @@ static const struct pci_device_id azx_ids[] = {
        /* Broxton-P(Apollolake) */
        { PCI_DEVICE(0x8086, 0x5a98),
          .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
+       /* Broxton-T */
+       { PCI_DEVICE(0x8086, 0x1a98),
+         .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
        /* Haswell */
        { PCI_DEVICE(0x8086, 0x0a0c),
          .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },