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,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"
|
||||||
|
|
Loading…
Reference in New Issue