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_6

FIR decimate by 6

Type: bool

Help

This includes FIR coefficients to decimate by 6 into the build. It
is commonly used for 16 kHz capture from secondary FIFO while
primary FIFO is configured for 48 kHz rate.

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:132

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_6
    bool "FIR decimate by 6" if INTEL_DMIC_FIR_CUSTOM
    default n
    depends on INTEL_DMIC && SOF
    help
      This includes FIR coefficients to decimate by 6 into the build. It
      is commonly used for 16 kHz capture from secondary FIFO while
      primary FIFO is configured for 48 kHz rate.

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