diff --git a/src/audio/module_adapter/library/userspace_proxy.c b/src/audio/module_adapter/library/userspace_proxy.c index d6b1516dfb3c..a7bfca2bb74a 100644 --- a/src/audio/module_adapter/library/userspace_proxy.c +++ b/src/audio/module_adapter/library/userspace_proxy.c @@ -74,7 +74,7 @@ static int userspace_proxy_memory_init(struct userspace_context *user, struct k_mem_partition *parts_ptr[] = { #ifdef HEAP_PART_CACHED - &heap_part_cached, + &heap_cached_part, #endif &heap_part };