- CONFIG_INTEL_DMIC_FIR_LOW_MEMORY¶
Small set
Type: bool
Help¶
This option is used to minimize driver footprint but
preserve support for 48 kHz and 16 kHz sample rates
at typical 2.4 MHz microphone clock rate. The option
enables decimation factors 2 and 6.
Direct dependencies¶
<choice: FIR decimation coefficients set>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/drivers/intel/Kconfig:73
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:7
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/drivers/Kconfig:5
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Drivers → Intel DMIC driver → FIR decimation coefficients set
config INTEL_DMIC_FIR_LOW_MEMORY
bool "Small set"
select INTEL_DMIC_FIR_DECIMATE_BY_2
select INTEL_DMIC_FIR_DECIMATE_BY_6
depends on <choice>
help
This option is used to minimize driver footprint but
preserve support for 48 kHz and 16 kHz sample rates
at typical 2.4 MHz microphone clock rate. The option
enables decimation factors 2 and 6.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)