Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57aebae7 authored by Rahul Sharma's avatar Rahul Sharma Committed by Andy Sun
Browse files

msm: ais: isp: Reducing ISPIF stop waiting time



 Initial ISPIF waiting was one second which causes
 hang for one second in case of sensor removal hence
 wait is reduced to 200ms.

Change-Id: I531a880435983fe2e1e4f0f7616c6a6b1632dac8
Signed-off-by: default avatarRahul Sharma <sharah@codeaurora.org>
parent 14f6bfee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
#define ISPIF_INTF_CMD_DISABLE_IMMEDIATELY    0x02

#define ISPIF_TIMEOUT_SLEEP_US                1000
#define ISPIF_TIMEOUT_ALL_US               1000000
#define ISPIF_TIMEOUT_ALL_US                200000
#define ISPIF_SOF_DEBUG_COUNT                    0

#undef CDBG