mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
ASoC: SOF: pci-tgl: add missing PCI IDs for RPL
Add IDs for RPL-M and RPL-PX Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Link: https://lore.kernel.org/r/20220922100254.27159-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
1c9a057eb7
commit
e2f0b92778
@@ -241,6 +241,10 @@ static const struct pci_device_id sof_pci_ids[] = {
|
||||
.driver_data = (unsigned long)&adl_desc},
|
||||
{ PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */
|
||||
.driver_data = (unsigned long)&adl_desc},
|
||||
{ PCI_DEVICE(0x8086, 0x51ce), /* RPL-M */
|
||||
.driver_data = (unsigned long)&rpl_desc},
|
||||
{ PCI_DEVICE(0x8086, 0x51cf), /* RPL-PX */
|
||||
.driver_data = (unsigned long)&rpl_desc},
|
||||
{ PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */
|
||||
.driver_data = (unsigned long)&adl_desc},
|
||||
{ 0, }
|
||||
|
||||
Reference in New Issue
Block a user