mirror of https://github.com/thesofproject/sof.git
topology: mixout-gain-dai-copier-playback: Do not set default node_type
It should be set when the pipeline is instantiated based on the DAI type. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
ae7036dce2
commit
719cb075f8
|
@ -33,6 +33,7 @@ Object.Pipeline {
|
|||
index 2
|
||||
|
||||
Object.Widget.copier.1 {
|
||||
node_type $HDA_LINK_OUTPUT_CLASS
|
||||
stream_name $HDA_ANALOG_DAI_NAME
|
||||
dai_type "HDA"
|
||||
copier_type "HDA"
|
||||
|
|
|
@ -33,6 +33,7 @@ Object.Pipeline {
|
|||
index 2
|
||||
|
||||
Object.Widget.copier.1 {
|
||||
node_type $HDA_LINK_OUTPUT_CLASS
|
||||
stream_name $HDA_ANALOG_DAI_NAME
|
||||
dai_type "HDA"
|
||||
copier_type "HDA"
|
||||
|
|
|
@ -48,7 +48,6 @@ Class.Pipeline."mixout-gain-dai-copier-playback" {
|
|||
mixout."1" {}
|
||||
copier."1" {
|
||||
type dai_in
|
||||
node_type $HDA_LINK_OUTPUT_CLASS
|
||||
period_sink_count 0
|
||||
period_source_count 2
|
||||
num_audio_formats 2
|
||||
|
|
Loading…
Reference in New Issue