Skip to content

Commit c275872

Browse files
gongjun-songbroonie
authored andcommitted
ASoC: SOF: Intel: pci-tgl: add RPL-P support
Add PCI DID for Intel Raptor Lake P. Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Signed-off-by: Gongjun Song <gongjun.song@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220421163358.319489-5-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6c84dae commit c275872

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sound/soc/sof/intel/pci-tgl.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ static const struct pci_device_id sof_pci_ids[] = {
178178
.driver_data = (unsigned long)&adl_desc},
179179
{ PCI_DEVICE(0x8086, 0x51c9), /* ADL-PS */
180180
.driver_data = (unsigned long)&adl_desc},
181+
{ PCI_DEVICE(0x8086, 0x51ca), /* RPL-P */
182+
.driver_data = (unsigned long)&adl_desc},
183+
{ PCI_DEVICE(0x8086, 0x51cb), /* RPL-P */
184+
.driver_data = (unsigned long)&adl_desc},
181185
{ PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */
182186
.driver_data = (unsigned long)&adl_desc},
183187
{ PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */

0 commit comments

Comments
 (0)