We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4228668 commit 258fb4fCopy full SHA for 258fb4f
sound/soc/sof/sof-pci-dev.c
@@ -423,6 +423,8 @@ static const struct pci_device_id sof_pci_ids[] = {
423
.driver_data = (unsigned long)&cml_desc},
424
{ PCI_DEVICE(0x8086, 0x06c8), /* CML-H */
425
426
+ { PCI_DEVICE(0x8086, 0xa3f0), /* CML-S */
427
+ .driver_data = (unsigned long)&cml_desc},
428
#endif
429
#if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE)
430
{ PCI_DEVICE(0x8086, 0xa0c8),
0 commit comments