Browse Source

dsp: spf-core: update add child devices timeout to 10000 ms

update add child devices timeout to 10000 ms

Change-Id: Ieee7333561df87112ff9f37102ab1a6237d55d6f
Signed-off-by: Sarath Varma Ganapathiraju <[email protected]>
Sarath Varma Ganapathiraju 1 year ago
parent
commit
e5a753acaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dsp/spf-core.c

+ 1 - 1
dsp/spf-core.c

@@ -31,7 +31,7 @@
 #define APM_CMD_RSP_GET_SPF_STATE 0x02001007
 #define APM_MODULE_INSTANCE_ID   0x00000001
 #define GPR_SVC_ADSP_CORE 0x3
-#define ADD_CHILD_DEVICES_APM_TIMEOUT_MS 5000
+#define ADD_CHILD_DEVICES_APM_TIMEOUT_MS 10000
 
 struct spf_core {
 	struct gpr_device *adev;