topology2: mixout-gain-efx-dai-copier-playback: Use index explicitly in routes

The old notation to leave out pipeline ID is not very readable.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2023-11-09 13:07:01 -08:00 committed by Kai Vehmanen
parent 0c91f05e69
commit f23f1232a6
1 changed files with 7 additions and 7 deletions

View File

@ -170,20 +170,20 @@ Class.Pipeline."mixout-gain-efx-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
source gain.$index.1
sink eqiir..1
}
route.3 {
source eqiir..1
sink eqfir..1
source eqiir.$index.1
sink eqfir.$index.1
}
route.4 {
source eqfir..1
sink drc..1
source eqfir.$index.1
sink drc.$index.1
}
}