Skip to content

Commit 258fb4f

Browse files
plbossartbroonie
authored andcommitted
ASoC: SOF: Intel: add PCI ID for CometLake-S
Mirror ID added for legacy HDaudio 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 4228668 commit 258fb4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ static const struct pci_device_id sof_pci_ids[] = {
423423
.driver_data = (unsigned long)&cml_desc},
424424
{ PCI_DEVICE(0x8086, 0x06c8), /* CML-H */
425425
.driver_data = (unsigned long)&cml_desc},
426+
{ PCI_DEVICE(0x8086, 0xa3f0), /* CML-S */
427+
.driver_data = (unsigned long)&cml_desc},
426428
#endif
427429
#if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE)
428430
{ PCI_DEVICE(0x8086, 0xa0c8),

0 commit comments

Comments
 (0)