mbox series

[0/8] ASoC: SOF: misc updates for 6.5

Message ID 20230616100039.378150-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: SOF: misc updates for 6.5 | expand

Message

Pierre-Louis Bossart June 16, 2023, 10 a.m. UTC
Couple of improvements on virtual_widget support, firmware trace free,
IPC payload dump, duplicated code in suspend and MeteorLake primary
code support.

Bard Liao (2):
  ASoC: SOF: sof-audio: add is_virtual_widget helper
  ASoC: SOF: sof-audio: test virtual widget in sof_walk_widgets_in_order

Peter Ujfalusi (5):
  ASoC: SOF: core: Free the firmware trace before calling
    snd_sof_shutdown()
  ASoC: SOF: Add new sof_debug flag to request message payload dump
  ASoC: SOF: ipc3: Dump IPC message payload
  ASoC: SOF: ipc4: Switch to use the sof_debug:bit11 to dump message
    payload
  ASoC: SOF: pm: Remove duplicated code in sof_suspend

Rander Wang (1):
  ASoC: SOF: Intel: mtl: setup primary core info on MeteorLake platform

 sound/soc/sof/core.c      |  4 +++-
 sound/soc/sof/intel/mtl.c | 19 ++++++++++++----
 sound/soc/sof/ipc3.c      | 39 ++++++++++++++++++++++++++++++++
 sound/soc/sof/ipc4.c      | 46 ++++++++++++++++++--------------------
 sound/soc/sof/pm.c        | 12 ++++------
 sound/soc/sof/sof-audio.c | 47 ++++++++++++++++++++++++++-------------
 sound/soc/sof/sof-priv.h  |  3 +++
 7 files changed, 117 insertions(+), 53 deletions(-)

Comments

Mark Brown June 16, 2023, 4:16 p.m. UTC | #1
On Fri, 16 Jun 2023 12:00:31 +0200, Pierre-Louis Bossart wrote:
> Couple of improvements on virtual_widget support, firmware trace free,
> IPC payload dump, duplicated code in suspend and MeteorLake primary
> code support.
> 
> Bard Liao (2):
>   ASoC: SOF: sof-audio: add is_virtual_widget helper
>   ASoC: SOF: sof-audio: test virtual widget in sof_walk_widgets_in_order
> 
> [...]

Applied to

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

Thanks!

[1/8] ASoC: SOF: sof-audio: add is_virtual_widget helper
      commit: 90ce7538659aad1c048653c23eadaba9d1648559
[2/8] ASoC: SOF: sof-audio: test virtual widget in sof_walk_widgets_in_order
      commit: 0557864e9dbe8f6c0f86110ad5712f81649f7288
[3/8] ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown()
      commit: d389dcb3a48cec4f03c16434c0bf98a4c635372a
[4/8] ASoC: SOF: Add new sof_debug flag to request message payload dump
      commit: d498a3bdfe954afb4155ab2bdc3ae534c949b907
[5/8] ASoC: SOF: ipc3: Dump IPC message payload
      commit: d01c7636ffa051297672c55ab6088ae539d221ee
[6/8] ASoC: SOF: ipc4: Switch to use the sof_debug:bit11 to dump message payload
      commit: c3d275e3a84833368c47c803043105bda095a624
[7/8] ASoC: SOF: pm: Remove duplicated code in sof_suspend
      commit: 399961423314680c6cb14ac822600b9ede2b991f
[8/8] ASoC: SOF: Intel: mtl: setup primary core info on MeteorLake platform
      commit: fd4e9e9bfa0b1c63946fde2ff61440ff1e5eb75b

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