Skip to content

Commit

Permalink
topology2: fix dai index in nocodec multicore
Browse files Browse the repository at this point in the history
Dai index in one copier is set to 1 even though it should be 0, thus
change it.

Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
  • Loading branch information
Jaska Uimonen authored and kv2019i committed Jun 16, 2023
1 parent f5df509 commit f0f5bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/topology/topology2/cavs-nocodec-multicore.conf
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Object.Pipeline.io-gateway-capture [
direction capture

Object.Widget.dai-copier."1" {
dai_index 1
dai_index 0
dai_type "SSP"
type dai_out
copier_type "SSP"
Expand Down

0 comments on commit f0f5bdd

Please sign in to comment.