mbox series

[v2,0/5] ASoC: simple-card / audio-graph:

Message ID 87tthyzokk.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: simple-card / audio-graph: | expand

Message

Kuninori Morimoto June 12, 2024, 6:02 a.m. UTC
Hi Mark, Rob, Krzysztof
Cc Kochetkov

This is v2 patch-set which adds link-trigger-order to
Simple-Card / Audio-Graph-Card.

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

v1 -> v2
	- update git-log to indicate what does new property do
	- include new definition/header included into Doc patch

Kuninori Morimoto (5):
  ASoC: audio-graph-port: add link-trigger-order
  ASoC: simple-card-utils: add link-trigger-order support
  ASoC: simple-audio-card: add link-trigger-order support
  ASoC: audio-graph-card: add link-trigger-order support
  ASoC: audio-graph-card2: add link-trigger-order support

 .../bindings/sound/audio-graph-port.yaml      |  9 +++
 include/dt-bindings/sound/audio-graph.h       | 26 +++++++
 include/sound/simple_card_utils.h             |  4 ++
 sound/soc/generic/audio-graph-card.c          | 13 ++++
 sound/soc/generic/audio-graph-card2.c         | 13 ++++
 sound/soc/generic/simple-card-utils.c         | 71 +++++++++++++++++++
 sound/soc/generic/simple-card.c               | 10 +++
 7 files changed, 146 insertions(+)
 create mode 100644 include/dt-bindings/sound/audio-graph.h

Comments

Mark Brown June 27, 2024, 12:47 p.m. UTC | #1
On Wed, 12 Jun 2024 06:02:04 +0000, Kuninori Morimoto wrote:
> Cc Kochetkov
> 
> This is v2 patch-set which adds link-trigger-order to
> Simple-Card / Audio-Graph-Card.
> 
> Link: https://lore.kernel.org/r/87v82ls82e.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: audio-graph-port: add link-trigger-order
      commit: fafc20ded3f4659873c83c2af6d389983d480994
[2/5] ASoC: simple-card-utils: add link-trigger-order support
      commit: 5d9cacdccf17bd33dac3ea378324650159c2a863
[3/5] ASoC: simple-audio-card: add link-trigger-order support
      commit: 8696d732f1c804312d44806242d4a91c49a7a154
[4/5] ASoC: audio-graph-card: add link-trigger-order support
      commit: 4d4125d8f5e19476c006014d5530b8127ed5703f
[5/5] ASoC: audio-graph-card2: add link-trigger-order support
      commit: e64343fa57335662b555477d9ddebd8285db2b66

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