Skip to content
Open
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
10 changes: 0 additions & 10 deletions arch/arm64/qcom/canoe_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,11 @@ CONFIG_ECHO_CANCELLATION=n
CONFIG_EXAMPLE_GAIN=n
CONFIG_MSIIR=n
CONFIG_CHMIXER=y
CONFIG_PCM_CNV=y
CONFIG_MFC=y
CONFIG_PCM_DECODER=y
CONFIG_PCM_ENCODER=y
CONFIG_DRC=n
CONFIG_IIR_MBDRC=n
CONFIG_GAIN=y
CONFIG_SOFT_VOL=n
CONFIG_FIR_FILTER=n
CONFIG_POPLESS_EQUALIZER=n
CONFIG_SAL=n
CONFIG_SHOEBOX=n
CONFIG_REVERB=n
CONFIG_VIRTUALIZER=n
CONFIG_BASS_BOOST=n
CONFIG_PLACEHOLDER_ENC_DEC=y

#
Expand Down
9 changes: 0 additions & 9 deletions arch/arm64/qcom/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,11 @@ CONFIG_ECHO_CANCELLATION=n
CONFIG_EXAMPLE_GAIN=n
CONFIG_MSIIR=y
CONFIG_CHMIXER=y
CONFIG_PCM_CNV=y
CONFIG_MFC=y
CONFIG_PCM_DECODER=y
CONFIG_PCM_ENCODER=y
CONFIG_IIR_MBDRC=y
CONFIG_GAIN=n
CONFIG_SOFT_VOL=n
CONFIG_FIR_FILTER=n
CONFIG_POPLESS_EQUALIZER=n
CONFIG_SAL=n
CONFIG_SHOEBOX=n
CONFIG_REVERB=n
CONFIG_VIRTUALIZER=n
CONFIG_BASS_BOOST=n

#
# Signal Processing Framework
Expand Down
8 changes: 0 additions & 8 deletions arch/arm64/qcom/shikra_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,11 @@ CONFIG_ECHO_CANCELLATION=n
CONFIG_EXAMPLE_GAIN=n
CONFIG_MSIIR=y
CONFIG_CHMIXER=y
CONFIG_PCM_CNV=y
CONFIG_MFC=y
CONFIG_PCM_DECODER=y
CONFIG_PCM_ENCODER=y
CONFIG_GAIN=y
CONFIG_SOFT_VOL=n
CONFIG_FIR_FILTER=y
CONFIG_POPLESS_EQUALIZER=n
CONFIG_SAL=y
CONFIG_SHOEBOX=n
CONFIG_REVERB=n
CONFIG_VIRTUALIZER=n
CONFIG_BASS_BOOST=n
CONFIG_PLACEHOLDER_ENC_DEC=y

#
Expand Down
13 changes: 2 additions & 11 deletions arch/linux/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,13 @@ CONFIG_MODULES=y
CONFIG_ENCODER=n
CONFIG_ECHO_CANCELLATION=n
CONFIG_EXAMPLE_GAIN=n
CONFIG_MSIIR=y
CONFIG_CHMIXER=y
CONFIG_PCM_CNV=y
CONFIG_MFC=y
CONFIG_PCM_DECODER=y
CONFIG_PCM_ENCODER=y
CONFIG_IIR_MBDRC=y
CONFIG_MSIIR=n
CONFIG_CHMIXER=n
CONFIG_GAIN=n
CONFIG_SOFT_VOL=n
CONFIG_FIR_FILTER=n
CONFIG_POPLESS_EQUALIZER=n
CONFIG_SAL=n
CONFIG_SHOEBOX=n
CONFIG_REVERB=n
CONFIG_VIRTUALIZER=n
CONFIG_BASS_BOOST=n

#
# Signal Processing Framework
Expand Down
27 changes: 1 addition & 26 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ endif()
if(CONFIG_MSIIR)
add_subdirectory(processing/filters/multi_stage_iir/build)
endif()
if(CONFIG_PCM_CNV)
add_subdirectory(cmn/pcm_mf_cnv/build)
add_subdirectory(processing/resamplers/dynamic_resampler/build)
add_subdirectory(processing/resamplers/iir_resampler/build)
endif()
if(CONFIG_IIR_MBDRC)
add_subdirectory(processing/gain_control/iir_mbdrc/build)
endif()
if(CONFIG_GAIN)
add_subdirectory(processing/volume_control/capi/gain/build)
endif()
Expand All @@ -53,22 +45,5 @@ if(CONFIG_POPLESS_EQUALIZER)
endif()
if(CONFIG_SAL)
add_subdirectory(cmn/simple_accumulator_limiter/build)
endif()
if(CONFIG_SHOEBOX OR CONFIG_REVERB)
add_subdirectory(processing/shoebox_reverb/build)
endif()
if(CONFIG_VIRTUALIZER)
add_subdirectory(processing/Virtualizer/build)
endif()
if(CONFIG_BASS_BOOST)
add_subdirectory(processing/bassboost/build)
endif()

# The below modules are not standalone, so they should only be built if
# another module that is dependent on it is built.
if(CONFIG_SAL OR CONFIG_IIR_MBDRC OR CONFIG_VIRTUALIZER OR CONFIG_BASS_BOOST)
add_subdirectory(processing/gain_control/limiter/build)
endif()
if(CONFIG_IIR_MBDRC OR CONFIG_BASS_BOOST)
add_subdirectory(processing/gain_control/drc/build)
add_subdirectory(processing/gain_control/limiter/build)
endif()
27 changes: 0 additions & 27 deletions modules/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ config MSIIR
tristate "Enable MSIIR Library"
default y

config PCM_CNV
tristate "Enable PCM_CNV Library"
select CH_MIXER
select MSIIR
default y

config IIR_MBDRC
tristate "Enable IIR_MBDRC Library"
default y

config GAIN
tristate "Enable GAIN Library"
default n
Expand All @@ -60,21 +50,4 @@ config SAL
tristate "Enable SAL library"
default n

config SHOEBOX
tristate "Enable SHOEBOX library"
default n

config REVERB
tristate "Enable REVERB library"
default n

config VIRTUALIZER
tristate "Enable VIRTUALIZER library"
select MSIIR
default n

config BASS_BOOST
tristate "Enable BASS_BOOST Library"
select MSIIR
default n
endmenu
111 changes: 0 additions & 111 deletions modules/cmn/pcm_mf_cnv/build/CMakeLists.txt

This file was deleted.

Loading
Loading