From: Russell King Date: Wed, 12 Jan 2011 23:42:57 +0000 (+0000) Subject: ALSA: AACI: fix timeout duration X-Git-Tag: v2.6.38-rc3~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250c7a61c35a258e2422b3d55c61bfbad33326be;p=pandora-kernel.git 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: Russell King --- Reading git-diff-tree failed