mbox series

[resend,0/5] ASoC: clarify Codec2Codec params

Message ID 87pm8lc2m7.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: clarify Codec2Codec params | expand

Message

Kuninori Morimoto April 2, 2023, 10:59 p.m. UTC
Hi Mark

ASoC is supporting Codec2Codec, but its parameter name is
"params" and "num_params" which are very unclear naming.

This patch-set clarifies it by replacing to c2c_params / num_c2c_params.

Link: https://lore.kernel.org/r/87r0tb6ond.wl-kuninori.morimoto.gx@renesas.com

Kuninori Morimoto (5):
  ASoC: soc.h: clarify Codec2Codec params
  ASoC: audio-graph-card2: switch to use c2c_params instead of params
  ASoC: meson: switch to use c2c_params instead of params
  ASoC: samsung: switch to use c2c_params instead of params
  ASoC: soc.h: remove unused params/num_params

 include/sound/soc.h                   |  9 ++++--
 sound/soc/generic/audio-graph-card2.c |  4 +--
 sound/soc/generic/simple-card-utils.c | 24 +++++++--------
 sound/soc/meson/axg-card.c            |  3 +-
 sound/soc/meson/gx-card.c             |  3 +-
 sound/soc/meson/meson-codec-glue.c    |  5 +--
 sound/soc/samsung/aries_wm8994.c      |  6 ++--
 sound/soc/samsung/bells.c             | 21 ++++++++-----
 sound/soc/samsung/littlemill.c        |  3 +-
 sound/soc/samsung/lowland.c           |  3 +-
 sound/soc/samsung/speyside.c          |  3 +-
 sound/soc/soc-dapm.c                  | 44 +++++++++++++--------------
 sound/soc/soc-pcm.c                   | 10 +++---
 13 files changed, 78 insertions(+), 60 deletions(-)

Comments

Mark Brown April 5, 2023, 11:18 a.m. UTC | #1
On Sun, Apr 02, 2023 at 10:59:13PM +0000, Kuninori Morimoto wrote:
> 
> Hi Mark
> 
> ASoC is supporting Codec2Codec, but its parameter name is
> "params" and "num_params" which are very unclear naming.
> 
> This patch-set clarifies it by replacing to c2c_params / num_c2c_params.

You should copy the maintainers of the drivers you're updating on the
patches for those drivers, otherwise people might not see and review
them.
Mark Brown April 5, 2023, 3:35 p.m. UTC | #2
On Sun, 02 Apr 2023 22:59:13 +0000, Kuninori Morimoto wrote:
> ASoC is supporting Codec2Codec, but its parameter name is
> "params" and "num_params" which are very unclear naming.
> 
> This patch-set clarifies it by replacing to c2c_params / num_c2c_params.
> 
> Link: https://lore.kernel.org/r/87r0tb6ond.wl-kuninori.morimoto.gx@renesas.com
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: soc.h: clarify Codec2Codec params
      commit: 7ddc7f91beb285246e926e3adf0b292b071aea33
[2/5] ASoC: audio-graph-card2: switch to use c2c_params instead of params
      commit: a1cd7e8017aabe4dded887dcca30e126ec2753c3
[3/5] ASoC: meson: switch to use c2c_params instead of params
      commit: 433f4a1697fae78c34377de1ef3abd26aec8214e
[4/5] ASoC: samsung: switch to use c2c_params instead of params
      commit: e7a73b05542d82e209af450dd90b730255f6e775
[5/5] ASoC: soc.h: remove unused params/num_params
      commit: 1ea63f29c27712d6b9c45af67cd71299d849c5e3

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