[alsa-devel] [PATCH] ASoC: Use of_node_name_eq for node name comparisons
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Thu Dec 6 02:30:48 CET 2018
Hi Rob
> Convert string compares of DT node names to use of_node_name_eq helper
> instead. This removes direct access to the node name pointer.
>
> For the FSL ASoC card, the full node names appear to be "ssi", "esai",
> and "sai", so there's not any reason to use strstr and of_node_name_eq
> can be used instead.
I guess this patch is for FSL ?
> ---
> sound/soc/fsl/fsl-asoc-card.c | 6 +++---
> sound/soc/generic/simple-scu-card.c | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
But, this patch is including simple-scu-card.
Is this miss ?
Best regards
---
Kuninori Morimoto
More information about the Alsa-devel
mailing list