Skip to content

Commit 0f9308a

Browse files
author
Jyri Sarha
committed
topology2: cavs-nocodec.conf: HACK add domain_id, stack and heap_size to SRCs
Adds domain_id, stack and heap_size_requirements values to SRCs widgets to test ipc4 ext_init and object array payload passing end to end.
1 parent 8b0570d commit 0f9308a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/topology/topology2/cavs-nocodec.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ IncludeByKey.PASSTHROUGH {
248248
}
249249
Object.Widget.src.1 {
250250
scheduler_domain "$SRC_DOMAIN"
251+
domain_id 123
252+
stack_bytes_requirement 4096
253+
heap_bytes_requirement 8192
251254
}
252255
Object.Widget.pipeline.1 {
253256
core $SSP2_PCM_CORE_ID
@@ -808,6 +811,9 @@ IncludeByKey.PASSTHROUGH {
808811
index 11
809812
rate_in 48000
810813
scheduler_domain "$SRC_DOMAIN"
814+
domain_id 123
815+
stack_bytes_requirement 4096
816+
heap_bytes_requirement 8192
811817

812818
<include/components/src_format_s32_convert_from_48k.conf>
813819
}

0 commit comments

Comments
 (0)