diff options
author | Guneshwor Singh <guneshwor.o.singh@intel.com> | 2018-03-13 16:40:08 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-03-13 12:23:47 +0100 |
commit | 491f833134ac474434e1c950925c58b2ac13ca72 (patch) | |
tree | 449edcbe1d513fecd96a4ae6075783ac76cbd913 /sound/pci/hda | |
parent | 0bc66fd3b688ae33ac073de7e79ba1223ecc465c (diff) | |
download | linux-491f833134ac474434e1c950925c58b2ac13ca72.tar.gz linux-491f833134ac474434e1c950925c58b2ac13ca72.tar.bz2 linux-491f833134ac474434e1c950925c58b2ac13ca72.zip |
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>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 3 |
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[] = { /* Cannonlake */ { PCI_DEVICE(0x8086, 0x9dc8), .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE}, + /* Icelake */ + { PCI_DEVICE(0x8086, 0x34c8), + .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE}, /* Broxton-P(Apollolake) */ { PCI_DEVICE(0x8086, 0x5a98), .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON }, |