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

ASRC component

Type: bool

Help

Select for Asynchronous sample rate conversion (ASRC)
component. The ASRC has the capabilities of (synchronous)
SRC but can in addition track a slave DAI that is not in
sync with firmware timer. The ASRC can be setup for
synchronous operation without DAI tracking via topology
though it has a bit higher computational load than SRC. The
RAM footprint of ASRC is smaller than SRC because it does
not have pre-computed filter coefficients for every
conversion fraction that SRC does.

Direct dependencies

SOF

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/Kconfig:189

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

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Audio components

config COMP_ASRC
    bool "ASRC component"
    default y
    depends on SOF
    help
      Select for Asynchronous sample rate conversion (ASRC)
      component. The ASRC has the capabilities of (synchronous)
      SRC but can in addition track a slave DAI that is not in
      sync with firmware timer. The ASRC can be setup for
      synchronous operation without DAI tracking via topology
      though it has a bit higher computational load than SRC. The
      RAM footprint of ASRC is smaller than SRC because it does
      not have pre-computed filter coefficients for every
      conversion fraction that SRC does.

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