Skip to content

Commit

Permalink
topology2: google-rtc-aec: set component core_id
Browse files Browse the repository at this point in the history
Expose AEC DP module core_id for overriding.

Signed-off-by: Yong Zhi <[email protected]>
  • Loading branch information
yongzhi1 committed Nov 1, 2023
1 parent e62e333 commit ced6dca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/topology/topology2/cavs-rt5682.conf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ Define {
BT_PB_DAI_PIPELINE_SRC "copier.host.9.1"
BT_PB_PIPELINE_STREAM_NAME "dai-copier.SSP.10.1"
GOOGLE_RTC_AEC_SUPPORT 0
# assign AEC LL pipelines to secondary core
GOOGLE_AEC_CORE_ID 0
# assign RTC_AE DP task to secondary core
GOOGLE_AEC_DP_CORE_ID 0
HEADSET_PCM_NAME "Headset"
HEADSET_PCM_ID 0
SPEAKER_PCM_NAME "Speakers"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Object.Pipeline.google-rtc-aec-capture [
}

Object.Widget.google-rtc-aec.1 {
core_id $GOOGLE_AEC_DP_CORE_ID
Object.Base.input_pin_binding.1 {
input_pin_binding_name "module-copier.18.1"
}
Expand Down

0 comments on commit ced6dca

Please sign in to comment.