[alsa-devel] [PATCH] ASoC: rt5651: use msleep for large delays
Joe Perches
joe at perches.com
Wed Jan 11 12:55:49 CET 2017
On Wed, 2017-01-11 at 12:49 +0100, Nicholas Mc Guire wrote:
> ulseep_range() uses hrtimers and provides no advantage over msleep()
> for larger delays. Fix up the 75/85ms delays here to use msleep() and
> reduce the load on the hrtimer subsystem.
If this is useful, why not convert all the large value
usleep_range uses in sound/soc/ ?
More information about the Alsa-devel
mailing list