Skip to content

Commit 086e8e4

Browse files
committed
fix
1 parent 029fa33 commit 086e8e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/audio/module_adapter/library/userspace_proxy.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ static int user_work_item_init(struct userspace_context *user_ctx, struct k_heap
164164
work_item->event = &worker.event;
165165
#endif
166166
work_item->params.context = user_ctx;
167+
work_item->params.mod = NULL;
167168
user_ctx->work_item = work_item;
168169

169170
return 0;

0 commit comments

Comments
 (0)