Prechádzať zdrojové kódy

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: Vidyakumar Athota <[email protected]>
Vidyakumar Athota 6 rokov pred
rodič
commit
71699fd35f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      ipc/wcd-dsp-glink.c

+ 1 - 1
ipc/wcd-dsp-glink.c

@@ -33,7 +33,7 @@
 
 #define MINOR_NUMBER_COUNT 1
 #define RESP_QUEUE_SIZE 3
-#define TIMEOUT_MS 1000
+#define TIMEOUT_MS 2000
 
 enum wdsp_ch_state {
 	WDSP_CH_DISCONNECTED,