The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_AUDIO_DMIC_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && AUDIO_DMIC && AUDIO

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/logging/Kconfig.template.log_config:25

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:84drivers/audio/Kconfig:54

Menu path: (top menu) → Device Drivers → Support for Audio → Digital Microphone (Audio) Drivers

config AUDIO_DMIC_LOG_LEVEL
    int
    default 0 if AUDIO_DMIC_LOG_LEVEL_OFF && LOG && AUDIO_DMIC && AUDIO
    default 1 if AUDIO_DMIC_LOG_LEVEL_ERR && LOG && AUDIO_DMIC && AUDIO
    default 2 if AUDIO_DMIC_LOG_LEVEL_WRN && LOG && AUDIO_DMIC && AUDIO
    default 3 if AUDIO_DMIC_LOG_LEVEL_INF && LOG && AUDIO_DMIC && AUDIO
    default 4 if AUDIO_DMIC_LOG_LEVEL_DBG && LOG && AUDIO_DMIC && AUDIO
    depends on LOG && AUDIO_DMIC && AUDIO

(Definitions include propagated dependencies, including from if’s and menus.)