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") &&
> > -
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
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