Skip to content

Commit 30c6c80

Browse files
committed
disable waves
Modular waves build seems to be broken even with a stub, disable it until it's fixed. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 8e4ac87 commit 30c6c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/module_adapter/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ endif # Cadence
176176
config WAVES_CODEC
177177
tristate "Waves codec"
178178
select WAVES_CODEC_STUB if COMP_STUBS
179-
default m if LIBRARY_DEFAULT_MODULAR
180179
default n
181180
help
182181
Select to include Waves codec. Waves codec implements MaxxEffect API.
@@ -187,6 +186,7 @@ endif # Cadence
187186
config WAVES_CODEC_STUB
188187
bool "Waves codec stub"
189188
depends on WAVES_CODEC
189+
default y if (WAVES_CODEC = "m")
190190
default n
191191
help
192192
Select to build the waves codec with a stub file. This should only be used for

0 commit comments

Comments
 (0)