mirror of https://github.com/thesofproject/sof.git
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:
parent
3a894af0ce
commit
b42798bc6a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue