浏览代码

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

Linux Build Service Account 6 年之前
父节点
当前提交
739ddacb9b
共有 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,