[alsa-devel] [PATCH] ASoC: ak4642: Replace mdelay function to msleep
Mark Brown
broonie at kernel.org
Tue Jan 10 13:24:49 CET 2017
On Tue, Jan 10, 2017 at 02:13:04AM +0000, Kuninori Morimoto wrote:
> case SND_SOC_DAPM_POST_PMU: /* after widget power up */
> /* Power save mode OFF */
> - mdelay(popup_wait);
> + msleep(popup_wait);
> snd_soc_update_bits(codec, SG_SL2, LOPS, 0);
> break;
This doesn't apply against current code, the driver appears to have a
fixed delay here not a variable one?
-------------- 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/20170110/f3a3ab78/attachment.sig>
More information about the Alsa-devel
mailing list