mirror of https://github.com/thesofproject/sof.git
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:
parent
db8da43845
commit
ecff8a1d3d
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue