Skip to content

Commit 3da8e64

Browse files
singalsukv2019i
authored andcommittedJun 19, 2024
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 <seppo.ingalsuo@linux.intel.com>
1 parent 630f875 commit 3da8e64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎tools/topology/topology2/cavs-mixin-mixout-efx-hda.conf

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ Object.Pipeline {
4747
}
4848
Object.Widget.eqiir.1 {
4949
Object.Control.bytes."1" {
50-
name 'Post Mixer $ANALOG_PLAYBACK_PCM IIR Eq'
50+
name 'Post Mixer $ANALOG_PLAYBACK_PCM IIR Eq bytes'
5151
}
5252
}
5353
Object.Widget.eqfir.1 {
5454
Object.Control.bytes."1" {
55-
name 'Post Mixer $ANALOG_PLAYBACK_PCM FIR Eq'
55+
name 'Post Mixer $ANALOG_PLAYBACK_PCM FIR Eq bytes'
5656
}
5757
}
5858
Object.Widget.drc.1 {
@@ -86,12 +86,12 @@ Object.Pipeline {
8686
}
8787
Object.Widget.eqiir.1 {
8888
Object.Control.bytes."1" {
89-
name 'Post Mixer $ANALOG_PLAYBACK_PCM IIR Eq'
89+
name 'Post Mixer $ANALOG_PLAYBACK_PCM IIR Eq bytes'
9090
}
9191
}
9292
Object.Widget.eqfir.1 {
9393
Object.Control.bytes."1" {
94-
name 'Post Mixer $ANALOG_PLAYBACK_PCM FIR Eq'
94+
name 'Post Mixer $ANALOG_PLAYBACK_PCM FIR Eq bytes'
9595
}
9696
}
9797
Object.Widget.multiband_drc.1 {

0 commit comments

Comments
 (0)