[alsa-devel] [PATCH V1] ASoC: fsl_ssi: refine ipg clock usage in this module
Timur Tabi
timur at tabi.org
Tue Sep 9 15:17:51 CEST 2014
Shengjiu Wang wrote:
> + if (ssi_private->soc->imx)
> + clk_prepare_enable(ssi_private->clk);
How about this instead?
if (ssi_private->clk)
clk_prepare_enable(ssi_private->clk);
More information about the Alsa-devel
mailing list