ASoC: cs4271: Increase delay time after reset
authorPascal Huerst <pascal.huerst@gmail.com>
Thu, 2 Apr 2015 08:17:40 +0000 (10:17 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 6 Aug 2015 23:32:02 +0000 (00:32 +0100)
commit738f1509ae86591d59092f9942b059ce09716504
tree1fcd745ee162f9c10bd60157459009b6187473cc
parentc72fbde01bc60208d3a0c1cc985a5457ea8e0ee0
ASoC: cs4271: Increase delay time after reset

commit 74ff960222d90999508b4ba0d3449f796695b6d5 upstream.

The delay time after a reset in the codec probe callback was too short,
and did not work on certain hw because the codec needs more time to
power on. This increases the delay time from 1us to 1ms.

Signed-off-by: Pascal Huerst <pascal.huerst@gmail.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/soc/codecs/cs4271.c