Skip to content

Commit

Permalink
ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
Browse files Browse the repository at this point in the history
Add a PCI DID for a variant of Intel AlderLake-P.

Signed-off-by: Kai Vehmanen <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
kv2019i authored and broonie committed Dec 6, 2021
1 parent cd57eb3 commit de7dd90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/sof/intel/pci-tgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ static const struct pci_device_id sof_pci_ids[] = {
.driver_data = (unsigned long)&adls_desc},
{ PCI_DEVICE(0x8086, 0x51c8), /* ADL-P */
.driver_data = (unsigned long)&adl_desc},
{ PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */
.driver_data = (unsigned long)&adl_desc},
{ PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */
.driver_data = (unsigned long)&adl_desc},
{ PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */
Expand Down

0 comments on commit de7dd90

Please sign in to comment.