[alsa-devel] [PATCH v2 09/23] ASoC: cirrus: ep93xx-i2s.c: use devm_snd_soc_register_component()

Mark Brown broonie at kernel.org
Tue Jul 2 14:44:11 CEST 2019


On Fri, Jun 28, 2019 at 01:09:00PM +0900, Kuninori Morimoto wrote:

>  	struct ep93xx_i2s_info *info = dev_get_drvdata(&pdev->dev);
>  
> -	snd_soc_unregister_component(&pdev->dev);
>  	clk_put(info->lrclk);
>  	clk_put(info->sclk);
>  	clk_put(info->mclk);

I'll apply this one since it already has issues with the platform
registration and the fix is to convert to devm_clk_get().
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20190702/b245a83c/attachment.sig>


More information about the Alsa-devel mailing list