@@ -409,8 +409,11 @@ static const struct pci_device_id sof_pci_ids[] = {
409
409
.driver_data = (unsigned long )& cfl_desc },
410
410
#endif
411
411
#if IS_ENABLED (CONFIG_SND_SOC_SOF_ICELAKE )
412
- { PCI_DEVICE (0x8086 , 0x34C8 ),
412
+ { PCI_DEVICE (0x8086 , 0x34C8 ), /* ICL-LP */
413
413
.driver_data = (unsigned long )& icl_desc },
414
+ { PCI_DEVICE (0x8086 , 0x3dc8 ), /* ICL-H */
415
+ .driver_data = (unsigned long )& icl_desc },
416
+
414
417
#endif
415
418
#if IS_ENABLED (CONFIG_SND_SOC_SOF_JASPERLAKE )
416
419
{ PCI_DEVICE (0x8086 , 0x38c8 ),
@@ -427,8 +430,11 @@ static const struct pci_device_id sof_pci_ids[] = {
427
430
.driver_data = (unsigned long )& cml_desc },
428
431
#endif
429
432
#if IS_ENABLED (CONFIG_SND_SOC_SOF_TIGERLAKE )
430
- { PCI_DEVICE (0x8086 , 0xa0c8 ),
433
+ { PCI_DEVICE (0x8086 , 0xa0c8 ), /* TGL-LP */
431
434
.driver_data = (unsigned long )& tgl_desc },
435
+ { PCI_DEVICE (0x8086 , 0x43c8 ), /* TGL-H */
436
+ .driver_data = (unsigned long )& tgl_desc },
437
+
432
438
#endif
433
439
#if IS_ENABLED (CONFIG_SND_SOC_SOF_ELKHARTLAKE )
434
440
{ PCI_DEVICE (0x8086 , 0x4b55 ),
0 commit comments