[alsa-devel] [PATCH 1/1] driver/snd: es18xx driver should use udelay error

Clemens Ladisch clemens at ladisch.de
Mon Apr 14 14:00:40 CEST 2014


Li, Zhen-Hua wrote:
> udelay with more than 20000 may cause __bad_udelay.
> Use mdelay for instead.
>
>  #ifdef AVOID_POPS
>  		/* Avoid pops */
> -                udelay(100000);
> +		mudelay(100);

This will not compile.  Please test with AVOID_POPS enabled.


Regards,
Clemens


More information about the Alsa-devel mailing list