The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_INTEL_DMIC_FIR_DECIMATE_BY_10

FIR decimate by 10

Type: bool

Help

This includes FIR coefficients to decimate by 10 into the build.
The high FIR decimation factors are needed for high microphone clock
rates due to max. decimation factor limitation of CIC. Also dual
FIFO configurations may need for one FIR decimation such high
decimation factor.

Direct dependencies

INTEL_DMIC && SOF

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols that select this symbol

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/drivers/intel/Kconfig:150

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_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 → Decimation factors

config INTEL_DMIC_FIR_DECIMATE_BY_10
    bool "FIR decimate by 10" if INTEL_DMIC_FIR_CUSTOM
    default n
    depends on INTEL_DMIC && SOF
    help
      This includes FIR coefficients to decimate by 10 into the build.
      The high FIR decimation factors are needed for high microphone clock
      rates due to max. decimation factor limitation of CIC. Also dual
      FIFO configurations may need for one FIR decimation such high
      decimation factor.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)