11 Jun
2024
11 Jun
'24
12:09 a.m.
On Fri, Jun 07, 2024 at 04:15:10AM +0000, Kuninori Morimoto wrote:
Some Sound Card might need special trigger ordering which is based on CPU/Codec connection. It is already supported on ASoC, but Simple Audio Card / Audio Graph Card still not support it. Let's support it.
Cc: Maxim Kochetkov fido_max@inbox.ru Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
include/dt-bindings/sound/audio-graph.h | 21 ++++++++
Belongs in the binding.
include/sound/simple_card_utils.h | 4 ++ sound/soc/generic/simple-card-utils.c | 71 +++++++++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 include/dt-bindings/sound/audio-graph.h