mbox series

[0/5] ASoC: simple-card/audio-graph: adjust to multi CPU/Codec

Message ID 87r1jdzsaj.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: simple-card/audio-graph: adjust to multi CPU/Codec | expand

Message

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

These patches adjusts to multi CPU/Codec on simple-card / audio-graph.
This is part of prepare for new audio-graph-card2.

Kuninori Morimoto (5):
  ASoC: simple-card: remove unused variable from simple_parse_of()
  ASoC: simple-card: use asoc_link_to_xxx() macro
  ASoC: simple-card: use simple_props_to_xxx() macro
  ASoC: audio-graph: use asoc_link_to_xxx() macro
  ASoC: audio-graph: use simple_props_to_xxx() macro

 sound/soc/generic/audio-graph-card.c | 43 +++++++++++++-----------
 sound/soc/generic/simple-card.c      | 50 +++++++++++++---------------
 2 files changed, 47 insertions(+), 46 deletions(-)

Comments

Mark Brown April 15, 2021, 6:33 p.m. UTC | #1
On 14 Apr 2021 08:19:32 +0900, Kuninori Morimoto wrote:
> These patches adjusts to multi CPU/Codec on simple-card / audio-graph.
> This is part of prepare for new audio-graph-card2.
> 
> Kuninori Morimoto (5):
>   ASoC: simple-card: remove unused variable from simple_parse_of()
>   ASoC: simple-card: use asoc_link_to_xxx() macro
>   ASoC: simple-card: use simple_props_to_xxx() macro
>   ASoC: audio-graph: use asoc_link_to_xxx() macro
>   ASoC: audio-graph: use simple_props_to_xxx() macro
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: simple-card: remove unused variable from simple_parse_of()
      commit: 8cbea89e2fba2f92937cd15211490b62f14a46ff
[2/5] ASoC: simple-card: use asoc_link_to_xxx() macro
      commit: 5bb5ac71e3f4f85500b96ea03e54bf6e2d8be3f2
[3/5] ASoC: simple-card: use simple_props_to_xxx() macro
      commit: 2c33e20ffd68df097d61fad9b87dc6276354b139
[4/5] ASoC: audio-graph: use asoc_link_to_xxx() macro
      commit: 7ed5920995cea34d66e4af00c7f468cc933251cf
[5/5] ASoC: audio-graph: use simple_props_to_xxx() macro
      commit: ae0727ab77419d550d6f68b698ce37ef2bf315df

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