We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c4020 commit 1fa4e22Copy full SHA for 1fa4e22
1 file changed
src/audio/module_adapter/library/userspace_proxy.c
@@ -74,7 +74,7 @@ static int userspace_proxy_memory_init(struct userspace_context *user,
74
75
struct k_mem_partition *parts_ptr[] = {
76
#ifdef HEAP_PART_CACHED
77
- &heap_part_cached,
+ &heap_cached_part,
78
#endif
79
&heap_part
80
};
0 commit comments