Skip to content

Commit ba7816c

Browse files
committed
debug
1 parent 0cab813 commit ba7816c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/audio/module_adapter/library/userspace_proxy.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,10 @@ static int userspace_proxy_init(struct processing_module *mod)
511511
comp_dbg(mod->dev, "start");
512512
DEBUG(mod);
513513

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+
514518
#if IS_ENABLED(CONFIG_SOF_USERSPACE_MOD_IPC_BY_DP_THREAD)
515519
/* Start the system agent, if provided. Params is already filled by
516520
* the userspace_proxy_start_agent function.

0 commit comments

Comments
 (0)