:orphan: .. title:: CONFIG_AUDIO_CODEC_INIT_PRIORITY .. kconfig:: CONFIG_AUDIO_CODEC_INIT_PRIORITY CONFIG_AUDIO_CODEC_INIT_PRIORITY ################################ *Init priority* Type: ``int`` Help ==== .. code-block:: none Audio codec device driver initialization priority. Direct dependencies =================== \ :kconfig:`AUDIO_CODEC ` && \ :kconfig:`AUDIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 60 Kconfig definition ================== At ``/audio/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:86`` Menu path: (Top) → Device Drivers → Support for Audio → Audio Codec Drivers .. code-block:: kconfig config AUDIO_CODEC_INIT_PRIORITY int "Init priority" default 60 depends on AUDIO_CODEC && AUDIO help Audio codec device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*