Skip to content

Commit 9b17166

Browse files
committed
topology2: set pipeline priority for google aec capture stream
Set non-zero priority for host pipeline of aec stream so that it has the highest priority then driver will first trigger this pipeline since ipc4 requires triggering pipeline from sink to source. Signed-off-by: Rander Wang <rander.wang@intel.com>
1 parent f114ace commit 9b17166

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/topology/topology2/cavs-rt5682.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Define {
9898
GOOGLE_RTC_AEC_SUPPORT 0
9999
GOOGLE_RTC_AEC_REF_SOURCE 'module-copier.8.2'
100100
GOOGLE_AEC_CORE_ID 0
101+
GOOGLE_AEC_HOST_PIPELINE_PRIORITY 5
101102
HEADSET_PCM_NAME "Headset"
102103
HEADSET_PCM_ID 0
103104
SPEAKER_PCM_NAME "Speakers"

tools/topology/topology2/platform/intel/google-rtc-aec-reference.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Object.Pipeline.host-gateway-capture[
3131
}
3232
Object.Widget.pipeline."1" {
3333
core $GOOGLE_AEC_CORE_ID
34+
priority $GOOGLE_AEC_HOST_PIPELINE_PRIORITY
3435
}
3536
}
3637
]

0 commit comments

Comments
 (0)