Skip to content

Commit 05f382e

Browse files
committed
ASoC: SOF: Intel: initial support to AlderLake-P
Add PCI id for the AlderLake-P. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 6ec3825 commit 05f382e

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
@@ -517,6 +517,8 @@ static const struct pci_device_id sof_pci_ids[] = {
517517
#if IS_ENABLED(CONFIG_SND_SOC_SOF_ALDERLAKE)
518518
{ PCI_DEVICE(0x8086, 0x7ad0),
519519
.driver_data = (unsigned long)&adls_desc},
520+
{ PCI_DEVICE(0x8086, 0x51c8),
521+
.driver_data = (unsigned long)&tgl_desc},
520522
#endif
521523
{ 0, }
522524
};

0 commit comments

Comments
 (0)