ALSA: hda: Add Elkhart Lake PCI ID
authorLai, Poey Seng <poey.seng.lai@intel.com>
Thu, 13 Jun 2019 16:21:39 +0000 (00:21 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Jun 2019 09:29:00 +0000 (11:29 +0200)
Add HD Audio Device PCI ID for the Intel Elkhart Lake
platform.

Signed-off-by: Lai, Poey Seng <poey.seng.lai@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index c0b466c..922c9b9 100644 (file)
@@ -2388,6 +2388,9 @@ static const struct pci_device_id azx_ids[] = {
        /* Icelake */
        { PCI_DEVICE(0x8086, 0x34c8),
          .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+       /* Elkhart Lake */
+       { PCI_DEVICE(0x8086, 0x4b55),
+         .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 },