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