소스 검색

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 년 전
부모
커밋
71699fd35f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,