File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ static struct vregion *module_adapter_dp_heap_new(const struct comp_ipc_config *
6969 * A 1-to-1 replacement of the original heap implementation would be to
7070 * have "lifetime size" equal to 0. But (1) this is invalid for
7171 * vregion_create() and (2) we gradually move objects, that are simple
72- * to move to the lifetime buffer. Make it 1k for the beginning.
72+ * to move to the lifetime buffer. Make it 4k for the beginning.
7373 */
7474 return vregion_create (4096 , buf_size - 4096 );
7575}
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ struct audio_buffer_ops {
6060 const uint32_t frame_align_req );
6161};
6262
63+ struct mod_alloc_ctx ;
6364/* base class for all buffers, all buffers must inherit from it */
6465struct sof_audio_buffer {
6566 CORE_CHECK_STRUCT_FIELD ;
You can’t perform that action at this time.
0 commit comments