mbox series

[00/11] ASoC: SOF: Intel: updates and cleanups

Message ID 20220715145216.277003-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: SOF: Intel: updates and cleanups | expand

Message

Pierre-Louis Bossart July 15, 2022, 2:52 p.m. UTC
Set of updates for IPC3, IPC4, MTL support and cleanups for the
topology filename override which was broken for HDaudio platforms.

It may be too late for 5.20, it's ok if these patches are applied in
the next cycle.

The topology override depends on the patch "ASoC: SOF: Intel: enable
dmic handling with 2 or fewer SoundWire links" shared in a separate
patchset.

Bard Liao (1):
  ASoC: SOF: ipc4-topology: move ida allocate/free to widget_setup/free

Peter Ujfalusi (2):
  ASoC: SOF: ipc3-loader: Print out the non matching ext_man magic
    number
  ASoC: SOF: Intel: atom: don't keep a temporary string in
    fixup_tplg_name

Pierre-Louis Bossart (4):
  ASoC: SOF: Intel: hda: don't set fw_filename
  ASoC: SOF: Intel: hda: only fixup topology name if not set already
  ASoC: SOF: probes: rename assign/free callbacks as startup/shutdown
  ASoC: SOF: Intel: hda-stream: test DMA buffer first in hw_params

Rander Wang (3):
  ASoC: SOF: ipc4-pcm: set pcm rate to dai setting
  ASoC: SOF: add ipc4 SRC module support
  ASoC: SOF: ipc4-topology: set domain bit based on dp domain type

Yong Zhi (1):
  ASoC: SOF: Intel: MTL: remove redundant snd_sof_dsp_read() call

 sound/soc/sof/intel/atom.c        |  16 +--
 sound/soc/sof/intel/hda-probes.c  |  16 +--
 sound/soc/sof/intel/hda-stream.c  |  15 ++-
 sound/soc/sof/intel/hda.c         |  71 +++++++++-----
 sound/soc/sof/intel/mtl.c         |  13 +--
 sound/soc/sof/ipc3-loader.c       |   6 +-
 sound/soc/sof/ipc4-pcm.c          |   4 +
 sound/soc/sof/ipc4-topology.c     | 156 +++++++++++++++++++++++++-----
 sound/soc/sof/ipc4-topology.h     |  27 +++++-
 sound/soc/sof/sof-client-probes.c |   8 +-
 sound/soc/sof/sof-client-probes.h |   8 +-
 11 files changed, 250 insertions(+), 90 deletions(-)

Comments

Mark Brown July 19, 2022, 6:16 p.m. UTC | #1
On Fri, 15 Jul 2022 09:52:05 -0500, Pierre-Louis Bossart wrote:
> Set of updates for IPC3, IPC4, MTL support and cleanups for the
> topology filename override which was broken for HDaudio platforms.
> 
> It may be too late for 5.20, it's ok if these patches are applied in
> the next cycle.
> 
> The topology override depends on the patch "ASoC: SOF: Intel: enable
> dmic handling with 2 or fewer SoundWire links" shared in a separate
> patchset.
> 
> [...]

Applied to

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

Thanks!

[01/11] ASoC: SOF: Intel: MTL: remove redundant snd_sof_dsp_read() call
        commit: 740e5d8713e08607c280e1569374401461f3ed5b
[02/11] ASoC: SOF: ipc4-topology: move ida allocate/free to widget_setup/free
        commit: 711d0427c7134c5ba65b8f408888a0335e23ed23
[03/11] ASoC: SOF: ipc4-pcm: set pcm rate to dai setting
        commit: bdb803c8280ba4fd8b8c1cf9cb69f3555853f397
[04/11] ASoC: SOF: add ipc4 SRC module support
        commit: b85f4fc40d56f69ee8e2ca99f202fb287bd767c9
[05/11] ASoC: SOF: ipc4-topology: set domain bit based on dp domain type
        commit: dc6137a56a7227da6e0d4cff6dfb952173403e71
[06/11] ASoC: SOF: ipc3-loader: Print out the non matching ext_man magic number
        commit: b9cb044f35fd5d6fdff92a0be23b020372525fef
[07/11] ASoC: SOF: Intel: atom: don't keep a temporary string in fixup_tplg_name
        commit: 27b196c19c5a10abf1bf5a379c1a6154a1686ec4
[08/11] ASoC: SOF: Intel: hda: don't set fw_filename
        commit: ef05eb575ed98f32d380a6ac8ecdc865b0f4e146
[09/11] ASoC: SOF: Intel: hda: only fixup topology name if not set already
        commit: 054d1fd1380a88e64fadee38771e311184db544a
[10/11] ASoC: SOF: probes: rename assign/free callbacks as startup/shutdown
        commit: bdcf7926fab202d37bfc8e17f1c8ed5d2e611404
[11/11] ASoC: SOF: Intel: hda-stream: test DMA buffer first in hw_params
        commit: 321add801bcd186c6b5477c0857521e127dbf016

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