mbox series

[0/5] PCI/ALSA/ASoC: Add IDs and definitions for ARL and ARL-S

Message ID 20231204212710.185976-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series PCI/ALSA/ASoC: Add IDs and definitions for ARL and ARL-S | expand

Message

Pierre-Louis Bossart Dec. 4, 2023, 9:27 p.m. UTC
ArrowLake (ARL) and ArrowLake-S (ARL-S) have different PCI IDs. Add
the usual slew of descriptors for those devices.

There are no additional PCI IDs planned for this kernel cycle so it might be
simpler to have Takashi handle all the patches with Mark's Acked-by tag?

Pierre-Louis Bossart (5):
  PCI: add INTEL_HDA_ARL to pci_ids.h
  ALSA: hda: Intel: add HDA_ARL PCI ID support
  ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL
  ASoC: SOF: Intel: pci-mtl: fix ARL-S definitions
  ASoC: SOF: Intel: pci-mtl: add HDA_ARL PCI support

 include/linux/pci_ids.h       |  1 +
 sound/hda/intel-dsp-config.c  | 10 ++++++++++
 sound/pci/hda/hda_intel.c     |  2 ++
 sound/soc/sof/intel/hda.h     |  1 +
 sound/soc/sof/intel/mtl.c     | 28 ++++++++++++++++++++++++++++
 sound/soc/sof/intel/pci-mtl.c | 33 ++++++++++++++++++++++++++++++++-
 6 files changed, 74 insertions(+), 1 deletion(-)

Comments

Mark Brown Dec. 4, 2023, 9:39 p.m. UTC | #1
On Mon, Dec 04, 2023 at 03:27:05PM -0600, Pierre-Louis Bossart wrote:
> ArrowLake (ARL) and ArrowLake-S (ARL-S) have different PCI IDs. Add
> the usual slew of descriptors for those devices.
> 
> There are no additional PCI IDs planned for this kernel cycle so it might be
> simpler to have Takashi handle all the patches with Mark's Acked-by tag?

Acked-by: Mark Brown <broonie@kernel.org>
Takashi Iwai Dec. 7, 2023, 8:31 a.m. UTC | #2
On Mon, 04 Dec 2023 22:27:05 +0100,
Pierre-Louis Bossart wrote:
> 
> ArrowLake (ARL) and ArrowLake-S (ARL-S) have different PCI IDs. Add
> the usual slew of descriptors for those devices.
> 
> There are no additional PCI IDs planned for this kernel cycle so it might be
> simpler to have Takashi handle all the patches with Mark's Acked-by tag?
> 
> Pierre-Louis Bossart (5):
>   PCI: add INTEL_HDA_ARL to pci_ids.h
>   ALSA: hda: Intel: add HDA_ARL PCI ID support
>   ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL
>   ASoC: SOF: Intel: pci-mtl: fix ARL-S definitions
>   ASoC: SOF: Intel: pci-mtl: add HDA_ARL PCI support

Applied all five patches now to for-next branch.


thanks,

Takashi