From b15f1f1a32380db09e4936aa3c5e900cb7cc4993 Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Fri, 31 May 2024 11:08:01 +0300 Subject: [PATCH] Tools: Topology2: Update sof-hda-efx-generic controls names The controls names for IIR, FIR need to be same as in sof-hda-generic for UCM to find the controls and set up the components for processing. Signed-off-by: Seppo Ingalsuo (cherry picked from commit 3da8e6474531411bef64819113a29a7edbd51fcf) Signed-off-by: Kai Vehmanen --- tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf b/tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf index 4a31d27dd740..dce2fd6d05ee 100644 --- a/tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf +++ b/tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf @@ -47,12 +47,12 @@ Object.Pipeline { } Object.Widget.eqiir.1 { Object.Control.bytes."1" { - name 'Post Mixer $ANALOG_PLAYBACK_PCM IIR Eq' + name 'Post Mixer $ANALOG_PLAYBACK_PCM IIR Eq bytes' } } Object.Widget.eqfir.1 { Object.Control.bytes."1" { - name 'Post Mixer $ANALOG_PLAYBACK_PCM FIR Eq' + name 'Post Mixer $ANALOG_PLAYBACK_PCM FIR Eq bytes' } } Object.Widget.drc.1 { @@ -86,12 +86,12 @@ Object.Pipeline { } Object.Widget.eqiir.1 { Object.Control.bytes."1" { - name 'Post Mixer $ANALOG_PLAYBACK_PCM IIR Eq' + name 'Post Mixer $ANALOG_PLAYBACK_PCM IIR Eq bytes' } } Object.Widget.eqfir.1 { Object.Control.bytes."1" { - name 'Post Mixer $ANALOG_PLAYBACK_PCM FIR Eq' + name 'Post Mixer $ANALOG_PLAYBACK_PCM FIR Eq bytes' } } Object.Widget.multiband_drc.1 {