]> Pileus Git - ~andy/linux/commit
ALSA: ali5451: use mdelay instead of large udelay constants
authorArnd Bergmann <arnd@arndb.de>
Thu, 25 Apr 2013 17:28:49 +0000 (19:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Apr 2013 05:36:21 +0000 (07:36 +0200)
commit7603935838ae3a85b56f0b5662ab785518d68d39
tree95c4cf3de78300586f633023d6a1a5bc95485a3a
parent2fc565e4eaf8fc633bfc741b90e1f28dba732ee1
ALSA: ali5451: use mdelay instead of large udelay constants

ARM cannot handle udelay for more than 2 miliseconds, so we
should use mdelay instead for those.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ali5451/ali5451.c