Переглянути джерело

dsp: fix no recovery after SSR/PDR

Add apr_reset for q6core service to enable glink channel
to close and open properly after SSR.

CRs-Fixed: 2099312
Change-Id: Ia023cdb19a6a9dc7fae3e5c28ab51ddd92d37527
Signed-off-by: Tanya Dixit <[email protected]>
Tanya Dixit 7 роки тому
батько
коміт
861a8fa60c
1 змінених файлів з 5 додано та 1 видалено
  1. 5 1
      dsp/q6core.c

+ 5 - 1
dsp/q6core.c

@@ -210,7 +210,11 @@ static int32_t aprv2_core_fn_q(struct apr_client_data *data, void *priv)
 	case RESET_EVENTS:{
 		pr_debug("%s: Reset event received in Core service\n",
 			__func__);
-		/* no reset done as the data will not change after SSR*/
+		/*
+		 * no reset for q6core_avcs_ver_info done as
+		 * the data will not change after SSR
+		 */
+		apr_reset(q6core_lcl.core_handle_q);
 		q6core_lcl.core_handle_q = NULL;
 		break;
 	}