28 Mar
2018
28 Mar
'18
11:48 a.m.
On Wed, Mar 28, 2018 at 02:22:07AM +0000, Kuninori Morimoto wrote:
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
codec is replace to component. It seems no-one is using it, Let's remove it.
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Hi Mark, Liam
I think no-one is using snd_soc_codec, but please double-check it. I added [RFC] on this patch
Looks to me like there are still users in drivers/mfd/cwm8350-core.c:
wm8350_client_dev_register(wm8350, "wm8350-codec", &(wm8350->codec.pdev));
And arch/arm/mach-imx/mach-mx31ads.c:
wm8350->codec.platform_data = &imx32ads_wm8350_setup;
Also it should be simple enough to build test drivers for patches like this, you don't need to have the hardware to build the driver.
Thanks, Charles