]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/pci/hda/hda_intel.c
ALSA: hda/intel: add CometLake PCI IDs
[mirror_ubuntu-bionic-kernel.git] / sound / pci / hda / hda_intel.c
index 3daf30d930b8172cca47b5c33f287b0e40a3ca6c..940663b81987f2e45681e67627dca6251075a0ff 100644 (file)
@@ -2446,6 +2446,12 @@ static const struct pci_device_id azx_ids[] = {
        /* Cannonlake */
        { PCI_DEVICE(0x8086, 0x9dc8),
          .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+       /* CometLake-LP */
+       { PCI_DEVICE(0x8086, 0x02C8),
+         .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+       /* CometLake-H */
+       { PCI_DEVICE(0x8086, 0x06C8),
+         .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
        /* Icelake */
        { PCI_DEVICE(0x8086, 0x34c8),
          .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},