[alsa-devel] [PATCH 2/5] ASoC: da7213: Add checking of SRM lock status before enabling DAI
Mark Brown
broonie at kernel.org
Tue May 10 20:21:43 CEST 2016
On Tue, May 10, 2016 at 04:11:05PM +0100, Adam Thomson wrote:
> + /* Slave mode, if SRM not enabled no need for status checks */
> + pll_ctrl = snd_soc_read(codec, DA7213_PLL_CTRL);
> + if (!(pll_ctrl & DA7213_PLL_SRM_EN))
> + return 0;
This isn't going to work, the driver has no volatile registers but it
does have a cache...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20160510/900496c8/attachment.sig>
More information about the Alsa-devel
mailing list