Browse Source

Merge "ipc: apr_vm: add symbol apr_register_adsp_state_cb"

qctecmdr 4 years ago
parent
commit
6047761857
1 changed files with 7 additions and 0 deletions
  1. 7 0
      ipc/apr_vm.c

+ 7 - 0
ipc/apr_vm.c

@@ -1074,6 +1074,13 @@ static void apr_reset_deregister(struct work_struct *work)
 	kfree(apr_reset);
 }
 
+void apr_register_adsp_state_cb(void *adsp_cb, void *client_handle)
+{
+	q6.state_notify_cb = adsp_cb;
+	q6.client_handle = client_handle;
+}
+EXPORT_SYMBOL(apr_register_adsp_state_cb);
+
 /**
  * apr_start_rx_rt - Clients call to vote for thread
  * priority upgrade whenever needed.