[PATCH 0/2] ASoC: SOF: Intel: add missing PCI IDs
Two missing PCI IDs already added to hda_intel.c and missed in SOF.
Pierre-Louis Bossart (2): ASoC: SOF: Intel: pci-tgl: reorder PCI IDs ASoC: SOF: pci-tgl: add missing PCI IDs for RPL
sound/soc/sof/intel/pci-tgl.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
No functionality change, just sort ADL PCI IDs by increasing order.
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 --- sound/soc/sof/intel/pci-tgl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/sof/intel/pci-tgl.c b/sound/soc/sof/intel/pci-tgl.c index 34eeec3c1851f..1e0f7f0734e75 100644 --- a/sound/soc/sof/intel/pci-tgl.c +++ b/sound/soc/sof/intel/pci-tgl.c @@ -252,8 +252,6 @@ static const struct pci_device_id sof_pci_ids[] = { .driver_data = (unsigned long)&rpls_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, 0x51c9), /* ADL-PS */ .driver_data = (unsigned long)&adl_desc}, { PCI_DEVICE(0x8086, 0x51ca), /* RPL-P */ @@ -262,6 +260,8 @@ static const struct pci_device_id sof_pci_ids[] = { .driver_data = (unsigned long)&rpl_desc}, { PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */ .driver_data = (unsigned long)&adl_desc}, + { PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */ + .driver_data = (unsigned long)&adl_desc}, { PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */ .driver_data = (unsigned long)&adl_desc}, { 0, }
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 --- sound/soc/sof/intel/pci-tgl.c | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/sound/soc/sof/intel/pci-tgl.c b/sound/soc/sof/intel/pci-tgl.c index 1e0f7f0734e75..f9cbf3ad85b32 100644 --- a/sound/soc/sof/intel/pci-tgl.c +++ b/sound/soc/sof/intel/pci-tgl.c @@ -262,6 +262,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, }
On Thu, 22 Sep 2022 12:02:52 +0200, Pierre-Louis Bossart wrote:
Two missing PCI IDs already added to hda_intel.c and missed in SOF.
Pierre-Louis Bossart (2): ASoC: SOF: Intel: pci-tgl: reorder PCI IDs ASoC: SOF: pci-tgl: add missing PCI IDs for RPL
sound/soc/sof/intel/pci-tgl.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
[...]
Applied to
broonie/sound.git for-next
Thanks!
[1/2] ASoC: SOF: Intel: pci-tgl: reorder PCI IDs commit: 1c9a057eb7f45f8d233ae847d1e9fd64d163bd1c [2/2] ASoC: SOF: pci-tgl: add missing PCI IDs for RPL commit: e2f0b9277810685f6a67201847082ec9852853bd
All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying to this mail.
Thanks, Mark
participants (2)
-
Mark Brown
-
Pierre-Louis Bossart