ALSA: hda: Add Icelake PCI ID
authorGuneshwor Singh <[email protected]>
Tue, 13 Mar 2018 11:10:08 +0000 (16:40 +0530)
committerTakashi Iwai <[email protected]>
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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/hda_intel.c

index 96143df19b2150884fdea3d6eb26ea49fd65a874..32acab08078117e6da06bfe74f5eacdf50ea05e4 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 },