ALSA: es18xx driver should use udelay error
authorLi, Zhen-Hua <zhen-hual@hp.com>
Mon, 14 Apr 2014 09:41:32 +0000 (17:41 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 14 Apr 2014 12:27:27 +0000 (14:27 +0200)
commit5e0c1879919195b79a0b19feda9aafcb7a3e77e7
treef4253801e70ee7b48df09eb961d8c60f5abbe014
parent7c66593286bcd153e4868383e675673a27071bd5
ALSA: es18xx driver should use udelay error

udelay with more than 20000 may cause __bad_udelay.
Use mdelay for instead.

[fixed a typo spotted by Clemens -- tiwai]

Signed-off-by: Li, Zhen-Hua <zhen-hual@hp.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/es18xx.c