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

Commit 71699fd3 authored by Vidyakumar Athota's avatar Vidyakumar Athota Committed by Gerrit - the friendly Code Review server
Browse files

ipc: wcd-dsp-glink: increase timeout to 2 seconds



There seems to be a delay in processing WDSP open commands
on APPS side. Sometimes it is taking more than 1 second,
results error in wdsp channels initialization. Increase the
timeout value to avoid channel connect failures.

Change-Id: If46251f07763080729858dc612679ee10149f57b
Signed-off-by: default avatarVidyakumar Athota <vathota@codeaurora.org>
parent 0f702585
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@


#define MINOR_NUMBER_COUNT 1
#define MINOR_NUMBER_COUNT 1
#define RESP_QUEUE_SIZE 3
#define RESP_QUEUE_SIZE 3
#define TIMEOUT_MS 1000
#define TIMEOUT_MS 2000


enum wdsp_ch_state {
enum wdsp_ch_state {
	WDSP_CH_DISCONNECTED,
	WDSP_CH_DISCONNECTED,