ASoC: msm: Change the reset timeout to look the PLL on cs8427
Change the reset timeout form 100 jiffies to 1 jiffy which
is used for the PLL lock timeout for cs8427 chip
CRs-Fixed: 361937
Change-Id: I9fc000adcf26050efccd80016178bd196bcc1046
Signed-off-by: Sharad Sangle <assangle@codeaurora.org>
diff --git a/sound/soc/codecs/cs8427.c b/sound/soc/codecs/cs8427.c
index e406a32..dc7f23b 100644
--- a/sound/soc/codecs/cs8427.c
+++ b/sound/soc/codecs/cs8427.c
@@ -740,7 +740,7 @@
unsigned char buf[CHANNEL_STATUS_SIZE];
unsigned char val = 0;
char addr = 0;
- unsigned int reset_timeout = 100;
+ unsigned int reset_timeout = 1;
int ret = 0;
struct cs8427 *chip;