All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ASoC: add new trigger ordering method
@ 2023-06-08  6:48 Kuninori Morimoto
  2023-06-08  6:48 ` [PATCH v2 1/5] " Kuninori Morimoto
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2023-06-08  6:48 UTC (permalink / raw)
  To: Alexandre Belloni, Claudiu Beznea, Jaroslav Kysela, Liam Girdwood,
	Mark Brown, Nicolas Ferre, Takashi Iwai, Vijendar Mukunda,
	Walker Chen
  Cc: alsa-devel


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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-13 16:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08  6:48 [PATCH v2 0/5] ASoC: add new trigger ordering method Kuninori Morimoto
2023-06-08  6:48 ` [PATCH v2 1/5] " Kuninori Morimoto
2023-06-08  6:48 ` [PATCH v2 2/5] ASoC: amd: use use " Kuninori Morimoto
2023-06-08  6:48 ` [PATCH v2 3/5] ASoC: atmel: " Kuninori Morimoto
2023-06-09  9:03   ` Claudiu.Beznea
2023-06-08  6:49 ` [PATCH v2 4/5] ASoC: starfive: " Kuninori Morimoto
2023-06-08  6:49 ` [PATCH v2 5/5] ASoC: remove old " Kuninori Morimoto
2023-06-13 16:40 ` [PATCH v2 0/5] ASoC: add new " Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.