aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuneshwor Singh <guneshwor.o.singh@intel.com>2018-03-13 07:10:08 -0400
committerTakashi Iwai <tiwai@suse.de>2018-03-13 07:23:47 -0400
commit491f833134ac474434e1c950925c58b2ac13ca72 (patch)
tree449edcbe1d513fecd96a4ae6075783ac76cbd913
parent0bc66fd3b688ae33ac073de7e79ba1223ecc465c (diff)
ALSA: hda: Add Icelake PCI ID
Icelake is a next generation Intel platform. Add PCI ID for it. Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 96143df19b21..32acab080781 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2426,6 +2426,9 @@ static const struct pci_device_id azx_ids[] = {
2426 /* Cannonlake */ 2426 /* Cannonlake */
2427 { PCI_DEVICE(0x8086, 0x9dc8), 2427 { PCI_DEVICE(0x8086, 0x9dc8),
2428 .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE}, 2428 .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
2429 /* Icelake */
2430 { PCI_DEVICE(0x8086, 0x34c8),
2431 .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
2429 /* Broxton-P(Apollolake) */ 2432 /* Broxton-P(Apollolake) */
2430 { PCI_DEVICE(0x8086, 0x5a98), 2433 { PCI_DEVICE(0x8086, 0x5a98),
2431 .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON }, 2434 .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON },