Kuninori Morimoto 356caf663d
ASoC: add new trigger ordering method
Current ASoC is assuming that trigger starting order is
Link -> Component -> DAI as default, and its reverse order for stopping.
But some Driver / Card want to reorder it for some reasons.
We have such flags, but is unbalance like below.

	struct snd_soc_component_driver	:: start_dma_last
	struct snd_soc_dai_link		:: stop_dma_first

We want to have more flexible, and more generic method.
This patch adds new snd_soc_trigger_order for start/stop at
component / DAI-link.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87r0qmfnzx.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-06-13 12:11:19 +01:00
..
2023-04-12 12:54:23 +01:00
2023-05-15 19:55:52 +09:00
2023-05-15 19:55:52 +09:00
2023-05-08 08:47:11 +09:00
2023-06-09 10:44:40 +01:00
2023-01-31 11:04:59 +00:00
2023-06-01 12:30:41 +01:00
2023-06-01 12:30:41 +01:00
2022-02-01 08:08:08 +01:00
2023-06-06 16:57:31 +01:00
2023-06-06 16:57:31 +01:00