Skip to content
Open
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/module_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static struct vregion *module_adapter_dp_heap_new(const struct comp_ipc_config *
{
/* src-lite with 8 channels has been seen allocating 14k in one go */
/* FIXME: the size will be derived from configuration */
const size_t buf_size = 20 * 1024;
const size_t buf_size = 28 * 1024;

/*
* A 1-to-1 replacement of the original heap implementation would be to
Expand Down
Loading