From 4f825b514533a71dbe32fac4ada7d886b012dab0 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Thu, 18 May 2023 00:18:05 +0300 Subject: [PATCH] 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 --- tools/topology/topology2/cavs-mixin-mixout-hda.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/topology/topology2/cavs-mixin-mixout-hda.conf b/tools/topology/topology2/cavs-mixin-mixout-hda.conf index aa00ca621093..152e746ee87d 100644 --- a/tools/topology/topology2/cavs-mixin-mixout-hda.conf +++ b/tools/topology/topology2/cavs-mixin-mixout-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' } } } @@ -56,7 +56,7 @@ Object.Pipeline { Object.Widget.gain.1 { Object.Control.mixer.1 { - name '1 2nd Playback Volume' + name 'Pre Mixer $ANALOG_PLAYBACK_PCM Volume' } } }