Skip to content

Commit c8d2e2b

Browse files
plbossartbroonie
authored andcommitted
ASoC: SOF: Intel: add PCI IDs for ICL-H and TGL-H
Usually the DSP is not traditionally enabled on H skews but this might be used moving forward. Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Guennadi Liakhovetski <[email protected]> Reviewed-by: Kai Vehmanen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 258fb4f commit c8d2e2b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

sound/soc/sof/sof-pci-dev.c

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,11 @@ static const struct pci_device_id sof_pci_ids[] = {
409409
.driver_data = (unsigned long)&cfl_desc},
410410
#endif
411411
#if IS_ENABLED(CONFIG_SND_SOC_SOF_ICELAKE)
412-
{ PCI_DEVICE(0x8086, 0x34C8),
412+
{ PCI_DEVICE(0x8086, 0x34C8), /* ICL-LP */
413413
.driver_data = (unsigned long)&icl_desc},
414+
{ PCI_DEVICE(0x8086, 0x3dc8), /* ICL-H */
415+
.driver_data = (unsigned long)&icl_desc},
416+
414417
#endif
415418
#if IS_ENABLED(CONFIG_SND_SOC_SOF_JASPERLAKE)
416419
{ PCI_DEVICE(0x8086, 0x38c8),
@@ -427,8 +430,11 @@ static const struct pci_device_id sof_pci_ids[] = {
427430
.driver_data = (unsigned long)&cml_desc},
428431
#endif
429432
#if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE)
430-
{ PCI_DEVICE(0x8086, 0xa0c8),
433+
{ PCI_DEVICE(0x8086, 0xa0c8), /* TGL-LP */
431434
.driver_data = (unsigned long)&tgl_desc},
435+
{ PCI_DEVICE(0x8086, 0x43c8), /* TGL-H */
436+
.driver_data = (unsigned long)&tgl_desc},
437+
432438
#endif
433439
#if IS_ENABLED(CONFIG_SND_SOC_SOF_ELKHARTLAKE)
434440
{ PCI_DEVICE(0x8086, 0x4b55),

0 commit comments

Comments
 (0)