mbox series

[0/5] ALSA/PCI: hda: add ARL-S support, config for MTL/LNL

Message ID 20230802150105.24604-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ALSA/PCI: hda: add ARL-S support, config for MTL/LNL | expand

Message

Pierre-Louis Bossart Aug. 2, 2023, 3:01 p.m. UTC
Add a new PCI ID and i915 connectivity check for ArrowLake-S, and
configuration updates for MTL/LNL.

Kai Vehmanen (2):
  ALSA: hda: add HD Audio PCI ID for Intel Arrow Lake-S
  ALSA: hda/i915: extend connectivity check to cover Intel ARL

Pierre-Louis Bossart (3):
  PCI: add ArrowLake-S PCI ID for Intel HDAudio subsystem.
  ALSA: hda: intel-dsp-cfg: use common include for MeteorLake
  ALSA: hda: intel-dsp-cfg: add LunarLake support

 include/linux/pci_ids.h      |  1 +
 sound/hda/hdac_i915.c        | 14 ++++++++++----
 sound/hda/intel-dsp-config.c | 10 +++++++++-
 sound/pci/hda/hda_intel.c    |  2 ++
 4 files changed, 22 insertions(+), 5 deletions(-)

Comments

Takashi Iwai Aug. 4, 2023, 11:10 a.m. UTC | #1
On Wed, 02 Aug 2023 17:01:00 +0200,
Pierre-Louis Bossart wrote:
> 
> Add a new PCI ID and i915 connectivity check for ArrowLake-S, and
> configuration updates for MTL/LNL.
> 
> Kai Vehmanen (2):
>   ALSA: hda: add HD Audio PCI ID for Intel Arrow Lake-S
>   ALSA: hda/i915: extend connectivity check to cover Intel ARL
> 
> Pierre-Louis Bossart (3):
>   PCI: add ArrowLake-S PCI ID for Intel HDAudio subsystem.
>   ALSA: hda: intel-dsp-cfg: use common include for MeteorLake
>   ALSA: hda: intel-dsp-cfg: add LunarLake support

Now I applied all patches.

Mark can pull the changes from tags/hda-intel-6.6 if those changes are
needed for further ASoC patches.  It's based on the previous hda
pci-id changes on top of 6.5-rc2.


thanks,

Takashi