topology2: cavs-mixin-mixout-efx-hda.conf: Improve mixer names

Rename mixin and mixout EFX 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-efx-generic.tplg
as follows:

'gain.1.1 1 2nd Playback Volume' to 'gain.1.1 Pre Mixer Analog Playback Volume'

and

'gain.2.1 2 Main Playback Volume' to
'gain.2.1 Post Mixer Analog Playback Volume'

Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
This commit is contained in:
Jyri Sarha 2023-05-28 22:54:33 +03:00 committed by Kai Vehmanen
parent db8da43845
commit ecff8a1d3d
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Object.Pipeline {
}
Object.Widget.gain.1 {
Object.Control.mixer.1 {
name '2 Main Playback Volume'
name 'Post Mixer $ANALOG_PLAYBACK_PCM Volume'
}
}
Object.Widget.eqiir.1 {
@ -67,7 +67,7 @@ Object.Pipeline {
Object.Widget.gain.1 {
Object.Control.mixer.1 {
name '1 2nd Playback Volume'
name 'Pre Mixer $ANALOG_PLAYBACK_PCM Volume'
}
}
}