Re: [PATCH] ASoC: arizona/madera: use fsleep() in up/down DAPM event delays.
From: Charles Keepax
Date: Wed Feb 05 2025 - 14:40:02 EST
On Wed, Feb 05, 2025 at 04:08:46PM +0000, Vitaly Rodionov wrote:
> Using `fsleep` instead of `msleep` resolves some customer complaints
> regarding the precision of up/down DAPM event timing. `fsleep()`
> automatically selects the appropriate sleep function, making the delay
> time more predictable.
>
> Signed-off-by: Vitaly Rodionov <vitalyr@xxxxxxxxxxxxxxxxxxxxx>
> ---
Reviewed-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
Thanks,
Charles