Skip to content
Commit 250c7a61 authored by Russell King's avatar Russell King
Browse files

ALSA: AACI: fix timeout duration



Relying on the access time of peripherals is unreliable - it depends
on the speed of the CPU and the bus.  On Versatile Express, these
timeouts were expiring, causing the driver to fail.

Add udelay(1) to ensure that they don't expire early, and adjust
timeouts to give a reasonable margin over the response times.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 69058cd6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment