Re: [PATCH 3/6] ASoC: renesas: Use helper function for_each_child_of_node_scoped()

2025-05-21 Thread Kuninori Morimoto
; > } > } Here changes "node" to "ports", but please keep "node". Here is checking "node" instead of "ports". Except this Acked-by: Kuninori Morimoto Thank you for your help !! Best regards --- Kuninori Morimoto

Re: [PATCH v1 1/6] ASoC: codecs: Remove unused of_gpio.h

2024-05-30 Thread Kuninori Morimoto
oc/codecs/tlv320adcx140.c | 1 - > sound/soc/codecs/tlv320aic31xx.c | 1 - > sound/soc/codecs/ts3a227e.c | 1 - > sound/soc/codecs/wsa883x.c | 1 - > 19 files changed, 19 deletions(-) For pcm3168a Reviewed-by: Kuninori Morimoto > diff --git a/sound/soc/codecs/ak4118.c

Re: [PATCH v1 5/6] ASoC: generic: Replace of_gpio.h by proper one

2024-05-30 Thread Kuninori Morimoto
Hi > of_gpio.h is deprecated and subject to remove. > The driver doesn't use it directly, replace it > with what is really being used. > > Signed-off-by: Andy Shevchenko > --- Acked-by: Kuninori Morimoto > sound/soc/generic/audio-graph-card2-custom-sample.c |

[PATCH v2 05/13] ASoC: fsl: use asoc_dummy_dlc

2023-04-23 Thread Kuninori Morimoto
Now we can share asoc_dummy_dlc. This patch use it. Signed-off-by: Kuninori Morimoto --- sound/soc/fsl/imx-audmix.c | 14 +- sound/soc/fsl/imx-card.c | 11 +-- sound/soc/fsl/imx-rpmsg.c | 3 +-- sound/soc/fsl/imx-spdif.c | 8 +++- 4 files changed, 10 insertions

[PATCH v2 00/13] ASoC: add and use asoc_dummy_dlc

2023-04-23 Thread Kuninori Morimoto
n. 2nd one is we can use common snd_soc_dai_link_component for it. This patch-set adds common asoc_dummy_dlc, and use it. v1 -> v2 - Separate intel patch into 3 - Topology codec doesn't use asoc_dummy_dlc Link: https://lore.kernel.org/r/874jpe3uqh.wl-kuninori.morimoto...@re

Re: [PATCH] Revert "ASoC: fsl: remove unnecessary dai_link->platform"

2023-04-19 Thread Kuninori Morimoto
of_node which other 2 platforms have. Thank you for your help !! Best regards --- Kuninori Morimoto

[PATCH 06/11] ASoC: fsl: use asoc_dummy_dlc

2023-04-17 Thread Kuninori Morimoto
Now we can share asoc_dummy_dlc. This patch use it. Signed-off-by: Kuninori Morimoto --- sound/soc/fsl/imx-audmix.c | 14 +- sound/soc/fsl/imx-card.c | 11 +-- sound/soc/fsl/imx-rpmsg.c | 3 +-- sound/soc/fsl/imx-spdif.c | 6 ++ 4 files changed, 9 insertions(+), 25

Re: [alsa-devel] [PATCH] ASoC: Use of_node_name_eq for node name comparisons

2018-12-05 Thread Kuninori Morimoto
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 incl