projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c84dae
)
ASoC: SOF: Intel: pci-tgl: add RPL-P support
author
Gongjun Song
<gongjun.song@intel.com>
Thu, 21 Apr 2022 16:33:58 +0000
(11:33 -0500)
committer
Mark Brown
<broonie@kernel.org>
Fri, 22 Apr 2022 11:37:27 +0000
(12:37 +0100)
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>
sound/soc/sof/intel/pci-tgl.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/intel/pci-tgl.c
b/sound/soc/sof/intel/pci-tgl.c
index
f6a76dc
..
58a9bd9
100644
(file)
--- a/
sound/soc/sof/intel/pci-tgl.c
+++ b/
sound/soc/sof/intel/pci-tgl.c
@@
-178,6
+178,10
@@
static const struct pci_device_id sof_pci_ids[] = {
.driver_data = (unsigned long)&adl_desc},
{ PCI_DEVICE(0x8086, 0x51c9), /* ADL-PS */
.driver_data = (unsigned long)&adl_desc},
+ { PCI_DEVICE(0x8086, 0x51ca), /* RPL-P */
+ .driver_data = (unsigned long)&adl_desc},
+ { PCI_DEVICE(0x8086, 0x51cb), /* RPL-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 */