Re: [PATCH RFC] ASoC: rt5663: use msleep() for uncritical delay

2017-01-19 Thread Nicholas Mc Guire
On Tue, Jan 17, 2017 at 07:33:02PM +, Mark Brown wrote: > On Wed, Jan 11, 2017 at 04:03:51PM +0100, Nicholas Mc Guire wrote: > > The delay here does not seem to be critical with respect to longer > > delays than 10ms as this delay is to ensure that the write took > > effect before the next soc_

Re: [PATCH RFC] ASoC: rt5663: use msleep() for uncritical delay

2017-01-17 Thread Mark Brown
On Wed, Jan 11, 2017 at 04:03:51PM +0100, Nicholas Mc Guire wrote: > The delay here does not seem to be critical with respect to longer > delays than 10ms as this delay is to ensure that the write took > effect before the next soc_update_bits/write call only, thus a > high resolution timer makes l

[PATCH RFC] ASoC: rt5663: use msleep() for uncritical delay

2017-01-11 Thread Nicholas Mc Guire
The delay here does not seem to be critical with respect to longer delays than 10ms as this delay is to ensure that the write took effect before the next soc_update_bits/write call only, thus a high resolution timer makes little sense here - msleep() should do. Fixes: commit df7c52168ee1 ("ASoC: