[alsa-devel] [PATCH 2/5] ASoC: wm8904: switch to CCF
Mark Brown
broonie at kernel.org
Fri Jun 6 11:57:06 CEST 2014
On Thu, Jun 05, 2014 at 06:19:29PM +0800, Bo Shen wrote:
> + if (wm8904->mclk)
> + clk_prepare_enable(wm8904->mclk);
There's no point in having checks for MCLK here since...
> + wm8904->mclk = devm_clk_get(&i2c->dev, "mclk");
> + if (IS_ERR(wm8904->mclk)) {
> + ret = PTR_ERR(wm8904->mclk);
> + dev_err(&i2c->dev, "Failed to get MCLK\n");
> + return ret;
> + }
...we require a clock here.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20140606/13d186bc/attachment.sig>
More information about the Alsa-devel
mailing list