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@xxxxxxxx> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > --- > 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