Skip to content

Commit

Permalink
topology2: mixout-gain-efx-mbdrc-dai-copier-playback: Use index in ro…
Browse files Browse the repository at this point in the history
…utes

The old notation is not very readable.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
  • Loading branch information
ranj063 authored and kv2019i committed Nov 13, 2023
1 parent f23f123 commit 529277f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,20 +168,20 @@ Class.Pipeline."mixout-gain-efx-mbdrc-dai-copier-playback" {

Object.Base {
route.1 {
source mixout..1
sink gain..1
source mixout.$index.1
sink gain.$index.1
}
route.2 {
source gain..1
sink eqiir..1
source gain.$index.1
sink eqiir.$index.1
}
route.3 {
source eqiir..1
sink eqfir..1
source eqiir.$index.1
sink eqfir.$index.1
}
route.4 {
source eqfir..1
sink multiband_drc..1
source eqfir.$index.1
sink multiband_drc.$index.1
}
}

Expand Down

0 comments on commit 529277f

Please sign in to comment.