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 | 3 ++- > 1 file changed, 2 ins

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

2024-05-30 Thread Andy Shevchenko
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 --- sound/soc/generic/audio-graph-card2-custom-sample.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/gen