mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ASoC: arizona: Make FLL lock timeout very high
Provide robustness against low quality FLL sync clocks by increasing the timeout for lock to an absurdly high point; we should never get anywhere near hitting the timeout in a real system unless it is failing. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
d4d1eaaca0
commit
09871a942a
@ -1016,7 +1016,7 @@ int arizona_set_fll(struct arizona_fll *fll, int source,
|
|||||||
ARIZONA_FLL1_SYNC_ENA);
|
ARIZONA_FLL1_SYNC_ENA);
|
||||||
|
|
||||||
ret = wait_for_completion_timeout(&fll->ok,
|
ret = wait_for_completion_timeout(&fll->ok,
|
||||||
msecs_to_jiffies(25));
|
msecs_to_jiffies(250));
|
||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
arizona_fll_warn(fll, "Timed out waiting for lock\n");
|
arizona_fll_warn(fll, "Timed out waiting for lock\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user