Re: [PATCH v4 4/9] ASoC: rcar_snd: use new of_graph functions

2024-08-29 Thread Kuninori Morimoto
Hi Rob Thank you for your review > > @@ -1277,16 +1277,12 @@ static int rsnd_dai_of_node(struct rsnd_priv *priv, > > int *is_graph) > > /* > > * Audio-Graph-Card > > */ > > - for_each_child_of_node(np, ports) { > > - if (!of_node_name_eq(ports, "ports") && > > -

Re: [PATCH v4 4/9] ASoC: rcar_snd: use new of_graph functions

2024-08-29 Thread Rob Herring
On Wed, Aug 28, 2024 at 05:11:56AM +, Kuninori Morimoto wrote: > Now we can use new port related functions for port parsing. Use it. > > Signed-off-by: Kuninori Morimoto > Acked-by: Mark Brown > --- > sound/soc/sh/rcar/core.c | 21 +++-- > 1 file changed, 7 insertions(+), 14

[PATCH v4 4/9] ASoC: rcar_snd: use new of_graph functions

2024-08-27 Thread Kuninori Morimoto
Now we can use new port related functions for port parsing. Use it. Signed-off-by: Kuninori Morimoto Acked-by: Mark Brown --- sound/soc/sh/rcar/core.c | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c i