Skip to content

Commit f1400dc

Browse files
lyakhlgirdwood
authored andcommitted
audio: (cosmetic) address comments to an earlier PR
Address two cosmetic comments to #10702 Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 65345cd commit f1400dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/audio/module_adapter/module_adapter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

src/include/sof/audio/audio_buffer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 */
6465
struct sof_audio_buffer {
6566
CORE_CHECK_STRUCT_FIELD;

0 commit comments

Comments
 (0)