mbox series

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

Message ID 20250207133736.4591-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. 7, 2025, 1:37 p.m. UTC
Hi,

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

Peter Ujfalusi Feb. 7, 2025, 1:41 p.m. UTC | #1
On 07/02/2025 15:37, Peter Ujfalusi wrote:
> Hi,
> 
> 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.

Somehow I have missed Takashi-san from recipients list...
Cc-d in here, sorry.

> 
> 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(+)
>