From ecff8a1d3db2cf198e04421f6fdf275b378d186b Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Sun, 28 May 2023 22:54:33 +0300 Subject: [PATCH] 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 --- tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf b/tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf index a37b8fc58..f6adbaae4 100644 --- a/tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf +++ b/tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf @@ -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' } } }