[alsa-devel] [PATCH][RFC] ASoC: wm8350: remove snd_soc_codec

Charles Keepax ckeepax at opensource.cirrus.com
Wed Mar 28 11:48:35 CEST 2018


On Wed, Mar 28, 2018 at 02:22:07AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx at 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 at 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


More information about the Alsa-devel mailing list