Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions app/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ CONFIG_IPC_MAJOR_4=y
CONFIG_IPC4_BASE_FW_INTEL=y

# SOF / audio pipeline and module settings
CONFIG_COMP_SRC=y
CONFIG_MM_DRV=y
CONFIG_COMP_ARIA=y
CONFIG_COMP_ARIA=m
CONFIG_COMP_CHAIN_DMA=y
CONFIG_COMP_DRC=y
CONFIG_COMP_DRC=m
CONFIG_COMP_KPB=y
CONFIG_COMP_CROSSOVER=m
CONFIG_COMP_MULTIBAND_DRC=m
CONFIG_COMP_TESTER=m
CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
CONFIG_COMP_UP_DOWN_MIXER=y
Expand Down Expand Up @@ -40,7 +41,7 @@ CONFIG_INTEL_MODULES=y
CONFIG_LIBRARY_MANAGER=y
CONFIG_LIBRARY_BASE_ADDRESS=0xa0688000
CONFIG_LIBRARY_BUILD_LIB=y
CONFIG_LIBRARY_DEFAULT_MODULAR=n
CONFIG_LIBRARY_DEFAULT_MODULAR=y

# SOF / logging
CONFIG_SOF_LOG_LEVEL_INF=y
Expand Down
5 changes: 2 additions & 3 deletions src/audio/module_adapter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,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 @@ -186,7 +184,8 @@ endif # Cadence

config WAVES_CODEC_STUB
bool "Waves codec stub"
depends on WAVES_CODEC
depends on WAVES_CODEC != "n"
default y if COMP_STUBS
default n
help
Select to build the waves codec with a stub file. This should only be used for
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ manifest:

- name: zephyr
repo-path: zephyr
revision: 658f9357b87ab3e02351a57183743ec70f92cdd7
revision: 218de8dc676c424d81c3402e6262e5e326b84b28
remote: zephyrproject

# Import some projects listed in zephyr/west.yml@revision
Expand Down