ALSA: hda: Add Icelake PCI ID
authorGuneshwor Singh <guneshwor.o.singh@intel.com>
Tue, 13 Mar 2018 11:10:08 +0000 (16:40 +0530)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Mar 2018 11:23:47 +0000 (12:23 +0100)
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>
sound/pci/hda/hda_intel.c

index 96143df..32acab0 100644 (file)
@@ -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 },