Skip to content

Commit 36651d9

Browse files
author
Jyri Sarha
committed
topology2: cavs-nocodec.conf: HACK add stack and heap_size to SRCs
Adds stack and heap_size_requirements values to SRCs widgets to test ipc4 ext_init and object array payload passing end to end.
1 parent c41a88d commit 36651d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/topology/topology2/cavs-nocodec.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ IncludeByKey.PASSTHROUGH {
248248
}
249249
Object.Widget.src.1 {
250250
scheduler_domain "$SRC_DOMAIN"
251+
stack_size_requirement 4096
252+
heap_size_requirement 8192
251253
}
252254
Object.Widget.pipeline.1 {
253255
core $SSP2_PCM_CORE_ID
@@ -808,6 +810,8 @@ IncludeByKey.PASSTHROUGH {
808810
index 11
809811
rate_in 48000
810812
scheduler_domain "$SRC_DOMAIN"
813+
stack_size_requirement 4096
814+
heap_size_requirement 8192
811815

812816
<include/components/src_format_s32_convert_from_48k.conf>
813817
}

0 commit comments

Comments
 (0)