mbox series

[v2,00/12] ASoC: simple-card-utils: prepare for multi support

Message ID 87v98swfar.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: simple-card-utils: prepare for multi support | expand

Message

Kuninori Morimoto April 11, 2021, 11:51 p.m. UTC
Hi Mark

This patch-set is for v2 of Multi-CPU/Codec support,
and some cleanups.
v1 had patch-conflict on simple-card / audio-graph with below.
v2 was solved it.

	fa74c223b6fd78a5314b4c61b9abdbed3c2185b4
	("ASoC: simple-card: fix possible uninitialized single_cpu local variable")

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.

Link: https://lore.kernel.org/r/87wntmod33.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/20210408141639.GA39604@sirena.org.uk

Kuninori Morimoto (12):
  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     | 107 ++++++++++------
 sound/soc/generic/audio-graph-card.c  |  64 ++++------
 sound/soc/generic/simple-card-utils.c | 174 ++++++++++++++++----------
 sound/soc/generic/simple-card.c       |  70 ++++-------
 4 files changed, 226 insertions(+), 189 deletions(-)

Comments

Mark Brown April 13, 2021, 3:08 p.m. UTC | #1
On 12 Apr 2021 08:51:40 +0900, Kuninori Morimoto wrote:
> This patch-set is for v2 of Multi-CPU/Codec support,
> and some cleanups.
> v1 had patch-conflict on simple-card / audio-graph with below.
> v2 was solved it.
> 
> 	fa74c223b6fd78a5314b4c61b9abdbed3c2185b4
> 	("ASoC: simple-card: fix possible uninitialized single_cpu local variable")
> 
> [...]

Applied to

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

Thanks!

[01/12] ASoC: simple-card-utils: setup dai_props cpu_dai/codec_dai at initial timing
        commit: 59f5cd96e9b9e1025ab0a9dc4ce9dd8633190794
[02/12] ASoC: simple-card-utils: remove li->dais/li->conf
        commit: f899006d558546a8ee39c93f816eb3847c5bc6c0
[03/12] ASoC: simple-card-utils: use for_each_prop_xxx()
        commit: fafc05aadd4b6ce5c161135de9d3a653fc054543
[04/12] ASoC: simple-card-utils: remove asoc_simple_parse_xxx()
        commit: e25704f84ca2b586e8e65d1b2ab686205b3076fe
[05/12] ASoC: simple-card-utils: care multi DAI at asoc_simple_clean_reference()
        commit: 1cf6805700ecf25942468a01eff902ab8c32ce3c
[06/12] ASoC: simple-card-utils: indicate dai_fmt if exist
        commit: ac813c625ad5c3ee98a99e1b37659a0d85178978
[07/12] ASoC: simple-card-utils: indicate missing CPU/Codec numbers for debug
        commit: 40d8cbe70e71be170e0a4fe6ab112d9aaa9cfb18
[08/12] ASoC: simple-card-utils: add simple_props_to_xxx() macro
        commit: 9830d3e99f51fc1c1c6ab8be7778fd205af198ad
[09/12] ASoC: simple-card-utils: multi support at asoc_simple_canonicalize_cpu/platform()
        commit: c826ec0391c83f06354a4ebb25c7b2480c18f33a
[10/12] ASoC: simple-card-utils: tidyup debug info for clock
        commit: 33cd6b191f1cdb5f332717a80ce26f661f53e924
[11/12] ASoC: simple-card-utils: tidyup dev_dbg() to use 1 line
        commit: 3919249e80995ed5f125f94d05fcb6171f79e732
[12/12] ASoC: simple-card-utils: tidyup asoc_simple_parse_convert()
        commit: fcfd763bef4ff7f6371790979a6ceac9c4ac425a

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