mbox series

[0/5] ASoC: rsnd: tidyup adg and header

Message ID 87v96xi22i.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: rsnd: tidyup adg and header | expand

Message

Kuninori Morimoto June 1, 2021, 11:43 p.m. UTC
Hi Mark

I noticed that adg can be more clean code.
And rsnd.h header comment was not so good
because patch has been randomly added.

This patch tidyup these.

Kuninori Morimoto (5):
  ASoC: rsnd: adg: supply __printf(x, y) formatting for dbg_msg()
  ASoC: rsnd: adg: tidyup rsnd_adg_get_clkin/out() parameter
  ASoC: rsnd: adg: use more simple method for null_clk
  ASoC: rsnd: adg: check return value for rsnd_adg_get_clkin/out()
  ASoC: rsnd: tidyup __rsnd_mod_xxx macro comments

 sound/soc/sh/rcar/adg.c  | 139 +++++++++++++++++++++++++--------------
 sound/soc/sh/rcar/rsnd.h |  21 ++----
 2 files changed, 97 insertions(+), 63 deletions(-)

Comments

Mark Brown June 3, 2021, 6:41 p.m. UTC | #1
On 02 Jun 2021 08:43:01 +0900, Kuninori Morimoto wrote:
> I noticed that adg can be more clean code.
> And rsnd.h header comment was not so good
> because patch has been randomly added.
> 
> This patch tidyup these.
> 
> Kuninori Morimoto (5):
>   ASoC: rsnd: adg: supply __printf(x, y) formatting for dbg_msg()
>   ASoC: rsnd: adg: tidyup rsnd_adg_get_clkin/out() parameter
>   ASoC: rsnd: adg: use more simple method for null_clk
>   ASoC: rsnd: adg: check return value for rsnd_adg_get_clkin/out()
>   ASoC: rsnd: tidyup __rsnd_mod_xxx macro comments
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: rsnd: adg: supply __printf(x, y) formatting for dbg_msg()
      commit: 2cdfe6520c939aff60bf78be2fc682e7635d0618
[2/5] ASoC: rsnd: adg: tidyup rsnd_adg_get_clkin/out() parameter
      commit: b48e4aa48931030382d26c624cf4ae1c68d15666
[3/5] ASoC: rsnd: adg: use more simple method for null_clk
      commit: cb2f97d89f383dafa822bce66f0c3514dfb135b8
[4/5] ASoC: rsnd: adg: check return value for rsnd_adg_get_clkin/out()
      commit: d668a5e2409b2ff9291493b70c961ecbe883bfb2
[5/5] ASoC: rsnd: tidyup __rsnd_mod_xxx macro comments
      commit: 3f4593fb4a9ddb53edefcbf7d4c5fd1f04717422

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