Skip to content

Commit

Permalink
disable waves
Browse files Browse the repository at this point in the history
Modular waves build seems to be broken even with a stub, disable it
until it's fixed.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
  • Loading branch information
lyakh committed Jan 30, 2025
1 parent 8e4ac87 commit 30c6c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/module_adapter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ endif # Cadence
config WAVES_CODEC
tristate "Waves codec"
select WAVES_CODEC_STUB if COMP_STUBS
default m if LIBRARY_DEFAULT_MODULAR
default n
help
Select to include Waves codec. Waves codec implements MaxxEffect API.
Expand All @@ -187,6 +186,7 @@ endif # Cadence
config WAVES_CODEC_STUB
bool "Waves codec stub"
depends on WAVES_CODEC
default y if (WAVES_CODEC = "m")
default n
help
Select to build the waves codec with a stub file. This should only be used for
Expand Down

0 comments on commit 30c6c80

Please sign in to comment.