We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cab813 commit ba7816cCopy full SHA for ba7816c
1 file changed
src/audio/module_adapter/library/userspace_proxy.c
@@ -511,6 +511,10 @@ static int userspace_proxy_init(struct processing_module *mod)
511
comp_dbg(mod->dev, "start");
512
DEBUG(mod);
513
514
+ //dump_domain_page_tables(mod->user_ctx->comp_dom, mod->priv.resources.heap, true);
515
+ //dump_domain_page_tables(mod->user_ctx->comp_dom, mod->priv.resources.heap->heap.heap, true);
516
+ return -EINVAL;
517
+
518
#if IS_ENABLED(CONFIG_SOF_USERSPACE_MOD_IPC_BY_DP_THREAD)
519
/* Start the system agent, if provided. Params is already filled by
520
* the userspace_proxy_start_agent function.
0 commit comments