Skip to content

Commit

Permalink
topology2: google-rtc-aec: use DP scheduler
Browse files Browse the repository at this point in the history
Replace secondary core support from LL to DP domain scheduler.

Signed-off-by: Yong Zhi <[email protected]>
  • Loading branch information
yongzhi1 committed Oct 11, 2023
1 parent 5b5566f commit 09e79ba
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Object.Pipeline.google-rtc-aec-capture [
{
index 18
core_id $GOOGLE_AEC_CORE_ID

Object.Widget.pipeline.1 {
stream_name "DMIC0 RTC AEC"
core $GOOGLE_AEC_CORE_ID
priority $GOOGLE_AEC_PIPELINE_PRIORITY
}

Object.Widget.google-rtc-aec.1 {
core_id $GOOGLE_AEC_CORE_ID
Object.Base.input_pin_binding.1 {
input_pin_binding_name "module-copier.18.1"
}
Expand All @@ -24,14 +23,12 @@ Object.Pipeline.google-rtc-aec-capture [
Object.Pipeline.host-gateway-capture[
{
index 19
core_id $GOOGLE_AEC_CORE_ID

Object.Widget.host-copier.1 {
stream_name "DMIC0 AEC"
pcm_id 27
}
Object.Widget.pipeline."1" {
core $GOOGLE_AEC_CORE_ID
priority $GOOGLE_AEC_HOST_PIPELINE_PRIORITY
}
}
Expand All @@ -40,7 +37,6 @@ Object.Pipeline.host-gateway-capture[
Object.Pipeline.gain-capture [
{
index 20
core_id $GOOGLE_AEC_CORE_ID

Object.Widget.host-copier.1 {
stream_name "DMIC0 AN"
Expand All @@ -52,9 +48,6 @@ Object.Pipeline.gain-capture [
name 'AN Volume'
}
}
Object.Widget.pipeline."1" {
core $GOOGLE_AEC_CORE_ID
}
}
]

Expand Down

0 comments on commit 09e79ba

Please sign in to comment.