mbox series

[0/9] ASoC: SOF: Intel: LunarLake preparation patches

Message ID 20230602205620.310879-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: SOF: Intel: LunarLake preparation patches | expand

Message

Pierre-Louis Bossart June 2, 2023, 8:56 p.m. UTC
This patchset adds the changes required for the hda-dai extension to
deal with SSSP/DMIC/SoundWire starting with LunarLake, as well as the
new TLV IPC to provide the DMA stream_tag to the DSP firmware.

LunarLake support for SSP/DMIC is ready but is gated by the patch
"ASoC: SOF: Intel: shim: add enum for ACE 2.0 IP used in LunarLake"
currently only present in the SoundWire tree.

Pierre-Louis Bossart (9):
  ASoC: SOF: Intel: hda-dai: add error checks to prevent static analysis
    warnings
  ASoC: SOF: Intel: hda-dai: add codec_dai_set_stream callback
  ASoC: SOF: Intel: hda-dai: add calc_stream_format callback
  ASoC: SOF: Intel: hda-dai: add get_hlink callback
  ASoC: SOF: ipc4-topology: extend ALH-specific data structure
  ASoC: SOF: ipc4-topology: introduce DMA config TLV
  ASoC: SOF: ipc4-topology: add DMA config TLV to IPC data
  ASoC: SOF: Intel: mtl: prepare for code reuse
  ASoC: SOF: Intel: hda: add helper to extract SoundWire link count

 sound/soc/sof/intel/hda-dai-ops.c | 58 ++++++++++++++++++++++-
 sound/soc/sof/intel/hda-dai.c     | 64 +++++++++++---------------
 sound/soc/sof/intel/hda.c         | 25 ++++++++++
 sound/soc/sof/intel/hda.h         | 19 ++++++++
 sound/soc/sof/intel/mtl.c         | 12 ++---
 sound/soc/sof/intel/mtl.h         |  7 +++
 sound/soc/sof/ipc4-topology.c     | 44 ++++++++++++++----
 sound/soc/sof/ipc4-topology.h     | 76 +++++++++++++++++++++++++------
 8 files changed, 239 insertions(+), 66 deletions(-)

Comments

Mark Brown June 5, 2023, 5:30 p.m. UTC | #1
On Fri, 02 Jun 2023 15:56:11 -0500, Pierre-Louis Bossart wrote:
> This patchset adds the changes required for the hda-dai extension to
> deal with SSSP/DMIC/SoundWire starting with LunarLake, as well as the
> new TLV IPC to provide the DMA stream_tag to the DSP firmware.
> 
> LunarLake support for SSP/DMIC is ready but is gated by the patch
> "ASoC: SOF: Intel: shim: add enum for ACE 2.0 IP used in LunarLake"
> currently only present in the SoundWire tree.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/9] ASoC: SOF: Intel: hda-dai: add error checks to prevent static analysis warnings
      commit: c4be6024d51d3930459a61d4c91990f20264c60b
[2/9] ASoC: SOF: Intel: hda-dai: add codec_dai_set_stream callback
      commit: 2205c63d8d216b44127560cc564b2098843553e2
[3/9] ASoC: SOF: Intel: hda-dai: add calc_stream_format callback
      commit: 767cda3fdac0faec84dc3fd654bd9d09b55eef40
[4/9] ASoC: SOF: Intel: hda-dai: add get_hlink callback
      commit: d1bf58474d17a77a26bc27ff85a4e5c4fefc0934
[5/9] ASoC: SOF: ipc4-topology: extend ALH-specific data structure
      commit: e186e1f237c1e2447a83059d48439ffcefbf5a93
[6/9] ASoC: SOF: ipc4-topology: introduce DMA config TLV
      commit: 116bc1503652c72541d63f67c74b2ff1e4532f03
[7/9] ASoC: SOF: ipc4-topology: add DMA config TLV to IPC data
      commit: a0659f81c348946383526b764ad66d9900ea2cb9
[8/9] ASoC: SOF: Intel: mtl: prepare for code reuse
      commit: 730025cffedc6b8887d72031795796ac6d9947c3
[9/9] ASoC: SOF: Intel: hda: add helper to extract SoundWire link count
      commit: d3e7c32b7d5c7132edca6d84499ec8ac2f060aa7

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