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:
Ranjani Sridharan 2023-03-31 12:02:45 -07:00 committed by Ranjani Sridharan
parent ae7036dce2
commit 719cb075f8
3 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ Object.Pipeline {
index 2 index 2
Object.Widget.copier.1 { Object.Widget.copier.1 {
node_type $HDA_LINK_OUTPUT_CLASS
stream_name $HDA_ANALOG_DAI_NAME stream_name $HDA_ANALOG_DAI_NAME
dai_type "HDA" dai_type "HDA"
copier_type "HDA" copier_type "HDA"

View File

@ -33,6 +33,7 @@ Object.Pipeline {
index 2 index 2
Object.Widget.copier.1 { Object.Widget.copier.1 {
node_type $HDA_LINK_OUTPUT_CLASS
stream_name $HDA_ANALOG_DAI_NAME stream_name $HDA_ANALOG_DAI_NAME
dai_type "HDA" dai_type "HDA"
copier_type "HDA" copier_type "HDA"

View File

@ -48,7 +48,6 @@ Class.Pipeline."mixout-gain-dai-copier-playback" {
mixout."1" {} mixout."1" {}
copier."1" { copier."1" {
type dai_in type dai_in
node_type $HDA_LINK_OUTPUT_CLASS
period_sink_count 0 period_sink_count 0
period_source_count 2 period_source_count 2
num_audio_formats 2 num_audio_formats 2