- CONFIG_PASSTHROUGH_CODEC¶
Passthrough codec
Type: bool
Help¶
Select for a passthrough API codec implementation.
This will cause codec adapter component to include header
files specific to PASSTHROUGH base codecs.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/codec_adapter/Kconfig:122
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:9
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/Kconfig:355
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Audio components → Codec Adapter codecs
config PASSTHROUGH_CODEC
bool "Passthrough codec" if COMP_CODEC_ADAPTER
default n
depends on SOF
help
Select for a passthrough API codec implementation.
This will cause codec adapter component to include header
files specific to PASSTHROUGH base codecs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)