]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: cs4271: Increase delay time after reset
authorPascal Huerst <pascal.huerst@gmail.com>
Thu, 2 Apr 2015 08:17:40 +0000 (10:17 +0200)
committerSasha Levin <sasha.levin@oracle.com>
Sun, 17 May 2015 23:12:14 +0000 (19:12 -0400)
commit8003c8f02736ffb3625f66c91a5ad1e5b4ead4a2
treedce4bc106863ec3b859c875bc573fba09161301e
parent11a0c1eff6269d98bf31b6bb10a7fe4c3d4244d9
ASoC: cs4271: Increase delay time after reset

[ Upstream commit 74ff960222d90999508b4ba0d3449f796695b6d5 ]

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>
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
sound/soc/codecs/cs4271.c