topolog2: add dai setting for cavs-nocodec

The change is based on dai setting in copier

Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
Rander Wang 2021-07-14 16:18:48 +08:00 committed by Liam Girdwood
parent 3a894af0ce
commit b42798bc6a
1 changed files with 6 additions and 2 deletions

View File

@ -37,7 +37,9 @@ Object.Dai {
# include DAI copier components # include DAI copier components
Object.Widget.copier."0" { Object.Widget.copier."0" {
index 1 index 1
dai_index 1
type "dai_in" type "dai_in"
dai_type "SSP"
copier_type "SSP" copier_type "SSP"
direction "playback" direction "playback"
stream_name "NoCodec-0" stream_name "NoCodec-0"
@ -48,7 +50,9 @@ Object.Dai {
Object.Widget.copier."1" { Object.Widget.copier."1" {
index 2 index 2
dai_index 2
type "dai_out" type "dai_out"
dai_type "SSP"
copier_type "SSP" copier_type "SSP"
direction "capture" direction "capture"
stream_name "NoCodec-0" stream_name "NoCodec-0"