mirror of https://github.com/thesofproject/sof.git
topology2/cavs/cavs-mixin-mixout-hda: remove pipeline object from widget
The pipeline stream_name is not used at all, and as a consequence we can remove the pipeline from the Widget objects Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
e21649c109
commit
1ef9979c73
|
@ -15,9 +15,6 @@ Object.Dai {
|
|||
Object.Pipeline {
|
||||
mixout-gain-dai-copier-playback.0 {
|
||||
index 2
|
||||
Object.Widget.pipeline.1 {
|
||||
stream_name 'copier.HDA.2.1'
|
||||
}
|
||||
|
||||
Object.Widget.copier.1 {
|
||||
stream_name 'Analog Playback and Capture'
|
||||
|
@ -35,9 +32,7 @@ Object.Pipeline {
|
|||
|
||||
host-copier-gain-mixin-playback.0 {
|
||||
index 1
|
||||
Object.Widget.pipeline.1 {
|
||||
stream_name 'copier.HDA.2.1'
|
||||
}
|
||||
|
||||
Object.Widget.copier.1 {
|
||||
stream_name $ANALOG_PLAYBACK_PCM
|
||||
}
|
||||
|
@ -53,9 +48,7 @@ Object.Pipeline {
|
|||
|
||||
mixout-gain-host-copier-capture.0 {
|
||||
index 3
|
||||
Object.Widget.pipeline.1 {
|
||||
stream_name 'copier.HDA.4.1'
|
||||
}
|
||||
|
||||
Object.Widget.copier.1 {
|
||||
stream_name $ANALOG_CAPTURE_PCM
|
||||
}
|
||||
|
@ -71,9 +64,6 @@ Object.Pipeline {
|
|||
|
||||
dai-copier-gain-mixin-capture.0 {
|
||||
index 4
|
||||
Object.Widget.pipeline.1 {
|
||||
stream_name 'copier.HDA.4.1'
|
||||
}
|
||||
|
||||
Object.Widget.copier.1 {
|
||||
stream_name 'Analog Playback and Capture'
|
||||
|
|
Loading…
Reference in New Issue