Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/audio/module_adapter/library/userspace_proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static int userspace_proxy_memory_init(struct userspace_context *user,

struct k_mem_partition *parts_ptr[] = {
#ifdef HEAP_PART_CACHED
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we align the Kconfig name in a subsequent PR? It seems like a copy paste type issue.

&heap_part_cached,
&heap_cached_part,
#endif
&heap_part
};
Expand Down
Loading