mbox series

[v2,0/5] ASoC: add new trigger ordering method

Message ID 87sfb2fo0d.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: add new trigger ordering method | expand

Message

Kuninori Morimoto June 8, 2023, 6:48 a.m. UTC
Hi Mark

This patch-set adds new "trigger" starting/stopping method.

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

v1 -> v2
	- tidyup const vs static
	- care missing starfive

Kuninori Morimoto (5):
  ASoC: add new trigger ordering method
  ASoC: amd: use use new trigger ordering method
  ASoC: atmel: use use new trigger ordering method
  ASoC: starfive: use use new trigger ordering method
  ASoC: remove old trigger ordering method

 include/sound/soc-component.h        |  11 ++-
 include/sound/soc.h                  |  23 ++++--
 sound/soc/amd/acp-da7219-max98357a.c |  20 +++---
 sound/soc/amd/acp-es8336.c           |   2 +-
 sound/soc/atmel/mchp-pdmc.c          |   2 +-
 sound/soc/soc-pcm.c                  | 104 ++++++++++++++-------------
 sound/soc/starfive/jh7110_tdm.c      |   2 +-
 7 files changed, 93 insertions(+), 71 deletions(-)

Comments

Mark Brown June 13, 2023, 4:40 p.m. UTC | #1
On Thu, 08 Jun 2023 06:48:19 +0000, Kuninori Morimoto wrote:
> This patch-set adds new "trigger" starting/stopping method.
> 
> Link: https://lore.kernel.org/r/874jnihm8y.wl-kuninori.morimoto.gx@renesas.com
> 
> v1 -> v2
> 	- tidyup const vs static
> 	- care missing starfive
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: add new trigger ordering method
      commit: a11e6515b019da62266b731ff20bc6863f00df4d
[2/5] ASoC: amd: use use new trigger ordering method
      commit: 4a6aeaebbe3b5ef2ae637c00840de171a6c93478
[3/5] ASoC: atmel: use use new trigger ordering method
      commit: 38cb2a362d070dcabfbfb2466ca409751c426c30
[4/5] ASoC: starfive: use use new trigger ordering method
      commit: 0a67a14f74ace85cbd5bd4f49595850db2ebe53c
[5/5] ASoC: remove old trigger ordering method
      commit: 099770e2dae04579670947aaf8b5c70ef6a4cb6a

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