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 <vathota@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
0f70258551
commit
71699fd35f
@@ -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,
|
||||||
|
Reference in New Issue
Block a user