mbox series

[00/18] Clean ups and preparation for IPC abstraction in the SOF driver

Message ID 20220307181111.49392-1-ranjani.sridharan@linux.intel.com
Headers show
Series Clean ups and preparation for IPC abstraction in the SOF driver | expand

Message

Ranjani Sridharan March 7, 2022, 6:10 p.m. UTC
In preparation for adding support for the new IPC version that has been
introduced in the SOF firmware, this patch set includes some clean ups
and necessary modifications to commonly used functions that will be
re-used across different IPC-specific code.

Pierre-Louis Bossart (1):
  ASoC: SOF: sof-audio: removed unused function

Rander Wang (1):
  ASoC: SOF: move definition of snd_sof_ipc to header file

Ranjani Sridharan (16):
  ASoC: SOF: remove snd_sof_pipeline_find()
  ASoC: SOF: simplify snd_sof_device_remove()
  ASoC: SOF: set swidget's core for scheduler widget
  ASoC: SOF: topology: remove redundant code
  ASoC: SOF: topology: remove redundant code in sof_link_afe_load()
  ASoC: SOF: topology: Drop the size parameter from struct
    sof_topology_token
  ASoC: SOF: topology: Modify the get_token op for string tokens
  ASoC: SOF: topology: expose some get_token ops
  ASoC: SOF: change comp_dai to a pointer in struct snd_sof_dai
  ASoC: SOF: make struct snd_sof_widget IPC agnostic
  ASoC: SOF: topology: make sof_route_load() IPC agnostic
  ASoC: SOF: Add a tuples array to struct snd_sof_widget
  ASoC: SOF: topology: Modify signature for token parsing functions
  ASoC: SOF: topology: Rename arguments in sof_parse_token_sets()
  ASoC: SOF: topology: Rename arguments in sof_parse_tokens()
  ASoC: SOF: make struct snd_sof_dai IPC agnostic

 include/sound/sof/dai.h       |   5 +
 include/sound/sof/topology.h  |   5 -
 sound/soc/sof/core.c          |  10 +-
 sound/soc/sof/intel/hda-dai.c |  27 ++-
 sound/soc/sof/intel/hda.c     |  39 +++-
 sound/soc/sof/ipc.c           |  12 --
 sound/soc/sof/pcm.c           |  77 +++----
 sound/soc/sof/sof-audio.c     | 108 +++-------
 sound/soc/sof/sof-audio.h     |  30 ++-
 sound/soc/sof/sof-priv.h      |  12 ++
 sound/soc/sof/topology.c      | 391 +++++++++++++++++-----------------
 11 files changed, 354 insertions(+), 362 deletions(-)

Comments

Mark Brown March 8, 2022, 5:20 p.m. UTC | #1
On Mon, 7 Mar 2022 10:10:53 -0800, Ranjani Sridharan wrote:
> In preparation for adding support for the new IPC version that has been
> introduced in the SOF firmware, this patch set includes some clean ups
> and necessary modifications to commonly used functions that will be
> re-used across different IPC-specific code.
> 
> Pierre-Louis Bossart (1):
>   ASoC: SOF: sof-audio: removed unused function
> 
> [...]

Applied to

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

Thanks!

[01/18] ASoC: SOF: remove snd_sof_pipeline_find()
        commit: 5187357e45c3b3d4cab3b990a893369eb8ca6f70
[02/18] ASoC: SOF: simplify snd_sof_device_remove()
        commit: 80df2226268f039326f9daebd25047cf15e22497
[03/18] ASoC: SOF: set swidget's core for scheduler widget
        commit: 3a790f3a7c283d94325a85ac6ee4d1458e89b645
[04/18] ASoC: SOF: sof-audio: removed unused function
        commit: c99b70a2d21ab744bdee7a2ea7ec8a35caba9725
[05/18] ASoC: SOF: topology: remove redundant code
        commit: fb763299bd8e075f1e9fb0a1cd296b0400fe8442
[06/18] ASoC: SOF: topology: remove redundant code in sof_link_afe_load()
        commit: 9911ce06db9dd26d62cd131318588dc039696a99
[07/18] ASoC: SOF: topology: Drop the size parameter from struct sof_topology_token
        commit: 6a6b5727f8eedff8932db6056c07a81eeeca9250
[08/18] ASoC: SOF: topology: Modify the get_token op for string tokens
        commit: 5ef969e2f8e199d8881ea4cd78cb86df1c67d92b
[09/18] ASoC: SOF: topology: expose some get_token ops
        commit: ea7e5ee67fb71d92b0eb0be8467fd34b0e2def6c
[10/18] ASoC: SOF: change comp_dai to a pointer in struct snd_sof_dai
        commit: 40bdb2fd6b151e34fdf841238627dd0cfa960093
[11/18] ASoC: SOF: make struct snd_sof_widget IPC agnostic
        (no commit info)
[12/18] ASoC: SOF: topology: make sof_route_load() IPC agnostic
        (no commit info)
[13/18] ASoC: SOF: Add a tuples array to struct snd_sof_widget
        (no commit info)
[14/18] ASoC: SOF: topology: Modify signature for token parsing functions
        (no commit info)
[15/18] ASoC: SOF: topology: Rename arguments in sof_parse_token_sets()
        (no commit info)
[16/18] ASoC: SOF: topology: Rename arguments in sof_parse_tokens()
        (no commit info)
[17/18] ASoC: SOF: make struct snd_sof_dai IPC agnostic
        (no commit info)
[18/18] ASoC: SOF: move definition of snd_sof_ipc to header file
        (no commit info)

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