[alsa-devel] [PATCH V2] ASoC: fsl_ssi: refine ipg clock usage in this module
Timur Tabi
timur at tabi.org
Fri Sep 12 04:43:59 CEST 2014
Shengjiu Wang wrote:
> + ret = clk_prepare_enable(ssi_private->clk);
> + if (ret)
> + return ret;
Will this work on PowerPC, where ssi_private->clk is always NULL?
More information about the Alsa-devel
mailing list