mbox series

[v2,0/4] ASoC/SOF/PCI/Intel: add PantherLake H support

Message ID 20250210081730.22916-1-peter.ujfalusi@linux.intel.com (mailing list archive)
Headers show
Series ASoC/SOF/PCI/Intel: add PantherLake H support | expand

Message

Peter Ujfalusi Feb. 10, 2025, 8:17 a.m. UTC
Hi,

Changes since v1:
- Updated the commit messages
- added the Acked-by from Bjorn and Mark

The audio IP in PTL-H is identical to the already supported PTL but the
PCI-ID has been changes due to the differences in the product's
configuration outside of audio.

To support PTL-H we really just need to wire up the new ID.

Regards,
Peter
--- 
Peter Ujfalusi (1):
  ASoC: SOF: Intel: pci-ptl: Add support for PTL-H

Pierre-Louis Bossart (3):
  PCI: pci_ids: add INTEL_HDA_PTL_H
  ALSA: hda: intel-dsp-config: Add PTL-H support
  ALSA: hda: hda-intel: add Panther Lake-H support

 include/linux/pci_ids.h       | 1 +
 sound/hda/intel-dsp-config.c  | 5 +++++
 sound/pci/hda/hda_intel.c     | 2 ++
 sound/soc/sof/intel/pci-ptl.c | 1 +
 4 files changed, 9 insertions(+)

Comments

Takashi Iwai Feb. 10, 2025, 5:14 p.m. UTC | #1
On Mon, 10 Feb 2025 09:17:26 +0100,
Peter Ujfalusi wrote:
> 
> Hi,
> 
> Changes since v1:
> - Updated the commit messages
> - added the Acked-by from Bjorn and Mark
> 
> The audio IP in PTL-H is identical to the already supported PTL but the
> PCI-ID has been changes due to the differences in the product's
> configuration outside of audio.
> 
> To support PTL-H we really just need to wire up the new ID.
> 
> Regards,
> Peter
> --- 
> Peter Ujfalusi (1):
>   ASoC: SOF: Intel: pci-ptl: Add support for PTL-H
> 
> Pierre-Louis Bossart (3):
>   PCI: pci_ids: add INTEL_HDA_PTL_H
>   ALSA: hda: intel-dsp-config: Add PTL-H support
>   ALSA: hda: hda-intel: add Panther Lake-H support

As all those are trivial ID-addition changes, I picked up now to
for-linus branch.


thanks,

Takashi