Skip to content

Commit af9bedb

Browse files
Jyri Sarharanj063
authored andcommitted
topology2: cavs-mixin-mixout-hda: Rename mixin-mixout mixers
Rename mixin and mixout Analog Playback volumes. Rewrite the names of the mixers to better reflect their position in the topology. As a result of this commit mixers are renamed in sof-hda-generic.tplg. 'gain.1.1 1 2nd Playback Volume' becomes 'gain.1.1 Pre Mixer Analog Playback Volume' and 'gain.2.1 2 Main Playback Volume' becomes 'gain.2.1 Post Mixer Analog Playback Volume' Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 3fa7ff8 commit af9bedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/topology/topology2/cavs-mixin-mixout-hda.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Object.Pipeline {
4040
}
4141
Object.Widget.gain.1 {
4242
Object.Control.mixer.1 {
43-
name '2 Main Playback Volume'
43+
name 'Post Mixer $ANALOG_PLAYBACK_PCM Volume'
4444
}
4545
}
4646
}
@@ -57,7 +57,7 @@ Object.Pipeline {
5757

5858
Object.Widget.gain.1 {
5959
Object.Control.mixer.1 {
60-
name '1 2nd Playback Volume'
60+
name 'Pre Mixer $ANALOG_PLAYBACK_PCM Volume'
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)