mbox series

[00/14] ASoC: simple-card-utils: prepare for multi support

Message ID 87wntmod33.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: simple-card-utils: prepare for multi support | expand

Message

Kuninori Morimoto April 1, 2021, 4:14 a.m. UTC
Hi Mark

I want to add new audio-graph-card2 driver which can support
not only DPCM, but also Multi-CPU/Codec, and Codec2Codec.
And it is also supporting audio-graph-card2 base custom driver.

But before supporting such driver, we need to cleanup existing
simple-card / audio-graph, because these and new driver are
sharing code.

This patch-set are for Multi-CPU/Codec support,
and some cleanups.

Kuninori Morimoto (14):
  ASoC: simple-card-utils: enable flexible CPU/Codec/Platform
  ASoC: simple-card-utils: share dummy DAI and reduce memory
  ASoC: simple-card-utils: setup dai_props cpu_dai/codec_dai at initial timing
  ASoC: simple-card-utils: remove li->dais/li->conf
  ASoC: simple-card-utils: use for_each_prop_xxx()
  ASoC: simple-card-utils: remove asoc_simple_parse_xxx()
  ASoC: simple-card-utils: care multi DAI at asoc_simple_clean_reference()
  ASoC: simple-card-utils: indicate dai_fmt if exist
  ASoC: simple-card-utils: indicate missing CPU/Codec numbers for debug
  ASoC: simple-card-utils: add simple_props_to_xxx() macro
  ASoC: simple-card-utils: multi support at asoc_simple_canonicalize_cpu/platform()
  ASoC: simple-card-utils: tidyup debug info for clock
  ASoC: simple-card-utils: tidyup dev_dbg() to use 1 line
  ASoC: simple-card-utils: tidyup asoc_simple_parse_convert()

 include/sound/simple_card_utils.h     | 116 +++++++----
 sound/soc/generic/audio-graph-card.c  |  90 ++++-----
 sound/soc/generic/simple-card-utils.c | 272 +++++++++++++++++---------
 sound/soc/generic/simple-card.c       | 104 +++++-----
 4 files changed, 352 insertions(+), 230 deletions(-)

Comments

Mark Brown April 8, 2021, 4:54 p.m. UTC | #1
On 01 Apr 2021 13:14:56 +0900, Kuninori Morimoto wrote:
> I want to add new audio-graph-card2 driver which can support
> not only DPCM, but also Multi-CPU/Codec, and Codec2Codec.
> And it is also supporting audio-graph-card2 base custom driver.
> 
> But before supporting such driver, we need to cleanup existing
> simple-card / audio-graph, because these and new driver are
> sharing code.
> 
> [...]

Applied to

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

Thanks!

[01/14] ASoC: simple-card-utils: enable flexible CPU/Codec/Platform
        commit: f2138aed231c88d5c4fa8d06aa15ad19685087c2
[02/14] ASoC: simple-card-utils: share dummy DAI and reduce memory
        commit: 205eb17eddb473c3159743c7d3aaf68db37b7231
[03/14] ASoC: simple-card-utils: setup dai_props cpu_dai/codec_dai at initial timing
        (no commit info)
[04/14] ASoC: simple-card-utils: remove li->dais/li->conf
        (no commit info)
[05/14] ASoC: simple-card-utils: use for_each_prop_xxx()
        (no commit info)
[06/14] ASoC: simple-card-utils: remove asoc_simple_parse_xxx()
        (no commit info)
[07/14] ASoC: simple-card-utils: care multi DAI at asoc_simple_clean_reference()
        (no commit info)
[08/14] ASoC: simple-card-utils: indicate dai_fmt if exist
        (no commit info)
[09/14] ASoC: simple-card-utils: indicate missing CPU/Codec numbers for debug
        (no commit info)
[10/14] ASoC: simple-card-utils: add simple_props_to_xxx() macro
        (no commit info)
[11/14] ASoC: simple-card-utils: multi support at asoc_simple_canonicalize_cpu/platform()
        (no commit info)
[12/14] ASoC: simple-card-utils: tidyup debug info for clock
        (no commit info)
[13/14] ASoC: simple-card-utils: tidyup dev_dbg() to use 1 line
        (no commit info)
[14/14] ASoC: simple-card-utils: tidyup asoc_simple_parse_convert()
        (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