topology2: mixout-gain-dai-copier-playback: Modify route definition

Modify the route description to an array in preparation for allowing
class extensions to define new classes where existing routes will be
merged with the new routes in the sub classes.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2024-08-07 11:36:38 -07:00 committed by Liam Girdwood
parent 3a4c9db40d
commit 10fe84b95b
1 changed files with 6 additions and 4 deletions

View File

@ -88,10 +88,12 @@ Class.Pipeline."mixout-gain-dai-copier-playback" {
}
Object.Base {
route.1 {
source mixout.$index.1
sink gain.$index.1
}
!route [
{
source mixout.$index.1
sink gain.$index.1
}
]
}
direction "playback"