mbox series

[00/11] ASoC: SOF: Miscellaneous fixes for IPC and trace

Message ID 20220330201926.1330402-1-ranjani.sridharan@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: Miscellaneous fixes for IPC and trace | expand

Message

Ranjani Sridharan March 30, 2022, 8:19 p.m. UTC
This series includes some miscellaenous fixes pertaining to IPC, DMA
buffer and DMA trace.

Libin Yang (2):
  ASoC: SOF: extend the interface to stop DMA trace
  ASoC: SOF: disable dma trace in s0ix

Peter Ujfalusi (8):
  ASoC: SOF: Intel: hda-loader: Use local snd_dma_buffer
  ASoC: SOF: Remove dmab and dmab_bdl from snd_sof_dev struct
  ASoC: SOF: ipc: Add max_payload_size field in struct snd_sof_ipc
  ASoC: SOF: ipc: Use ipc->max_payload_size for message/reply size
    checking
  ASoC: SOF: Drop support for mapped control data
  ASoC: SOF: ipc: Use msg->reply_data directly in
    snd_sof_ipc_get_reply()
  ASoC: SOF: Drop 'header' parameter from tx_message() API
  ASoC: SOF: Remove header from struct snd_sof_ipc_msg

tangmeng (1):
  ASoC: SOF: Remove redundant return statements

 sound/soc/sof/compress.c         |  8 ++--
 sound/soc/sof/debug.c            |  2 +-
 sound/soc/sof/intel/hda-dsp.c    |  8 ++--
 sound/soc/sof/intel/hda-loader.c | 12 ++---
 sound/soc/sof/intel/tgl.c        |  6 +--
 sound/soc/sof/ipc.c              | 76 ++++++++++++--------------------
 sound/soc/sof/ipc3-pcm.c         |  8 ++--
 sound/soc/sof/ipc3-topology.c    | 25 +++++------
 sound/soc/sof/ipc3.c             |  4 +-
 sound/soc/sof/pcm.c              |  5 +--
 sound/soc/sof/pm.c               | 20 ++++++---
 sound/soc/sof/sof-audio.c        |  3 --
 sound/soc/sof/sof-audio.h        |  1 -
 sound/soc/sof/sof-client.c       |  2 +-
 sound/soc/sof/sof-priv.h         | 26 ++++++-----
 sound/soc/sof/trace.c            | 61 ++++++++++++++++---------
 16 files changed, 131 insertions(+), 136 deletions(-)

Comments

Mark Brown April 5, 2022, 9:31 a.m. UTC | #1
On Wed, 30 Mar 2022 13:19:15 -0700, Ranjani Sridharan wrote:
> This series includes some miscellaenous fixes pertaining to IPC, DMA
> buffer and DMA trace.
> 
> Libin Yang (2):
>   ASoC: SOF: extend the interface to stop DMA trace
>   ASoC: SOF: disable dma trace in s0ix
> 
> [...]

Applied to

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

Thanks!

[01/11] ASoC: SOF: Intel: hda-loader: Use local snd_dma_buffer
        commit: ea5ffef079a72478d8612b4071c2986e364f82d2
[02/11] ASoC: SOF: Remove dmab and dmab_bdl from snd_sof_dev struct
        commit: 7f0a1335d3b67745d4b51dc634c3b400c3f1d42b
[03/11] ASoC: SOF: ipc: Add max_payload_size field in struct snd_sof_ipc
        commit: a3e6b3691b35c6312cff32127ffc01e81d6e6d41
[04/11] ASoC: SOF: ipc: Use ipc->max_payload_size for message/reply size checking
        commit: 78935913573b7c0397b5e3d4512ee0f67b280d3b
[05/11] ASoC: SOF: Drop support for mapped control data
        commit: 7d8e9d79276492cbc66575a301d7ab8b92786699
[06/11] ASoC: SOF: extend the interface to stop DMA trace
        commit: 758f24d49bff2707812fb8dfac53930603e26312
[07/11] ASoC: SOF: disable dma trace in s0ix
        commit: 249ee180874dd48a809caf70981b2aa800329d27
[08/11] ASoC: SOF: ipc: Use msg->reply_data directly in snd_sof_ipc_get_reply()
        commit: 5db8eb5b9e35c712cc63fcebf04c80ace9812961
[09/11] ASoC: SOF: Drop 'header' parameter from tx_message() API
        commit: 2a51c0f81adda8cc32b02e8ca7b7d9d13ad4376a
[10/11] ASoC: SOF: Remove header from struct snd_sof_ipc_msg
        commit: 30b50b9734ddf08b0bb7321f47f4b849cba54875
[11/11] ASoC: SOF: Remove redundant return statements
        commit: 9e116f5a6e95e59145f90a82ad37ee0e53f686a9

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