]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.4.9/alsa-hda-add-pci-id-for-intel-broxton-t.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.4.9 / alsa-hda-add-pci-id-for-intel-broxton-t.patch
1 From 9859a971ca228725425238756ee89c6133306ec8 Mon Sep 17 00:00:00 2001
2 From: "Lu, Han" <han.lu@intel.com>
3 Date: Wed, 20 Apr 2016 10:08:43 +0800
4 Subject: ALSA: hda - add PCI ID for Intel Broxton-T
5
6 From: Lu, Han <han.lu@intel.com>
7
8 commit 9859a971ca228725425238756ee89c6133306ec8 upstream.
9
10 Add HD Audio Device PCI ID for the Intel Broxton-T platform.
11 It is an HDA Intel PCH controller.
12
13 Signed-off-by: Lu, Han <han.lu@intel.com>
14 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16
17 ---
18 sound/pci/hda/hda_intel.c | 3 +++
19 1 file changed, 3 insertions(+)
20
21 --- a/sound/pci/hda/hda_intel.c
22 +++ b/sound/pci/hda/hda_intel.c
23 @@ -2207,6 +2207,9 @@ static const struct pci_device_id azx_id
24 /* Broxton-P(Apollolake) */
25 { PCI_DEVICE(0x8086, 0x5a98),
26 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
27 + /* Broxton-T */
28 + { PCI_DEVICE(0x8086, 0x1a98),
29 + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
30 /* Haswell */
31 { PCI_DEVICE(0x8086, 0x0a0c),
32 .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },