drivers/audio: Kconfig: Fix dmic INIT_PRIORITY default value

The AUDIO_DMIC INIT_PRIORITY definition is set to 60 by default,
but this value is causing dmic drivers to be initialized prior to
i2s, to which they are dependent from.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
Armando Visconti 2021-04-27 16:26:07 +02:00 committed by Kumar Gala
commit 1870ecc206

View file

@ -42,7 +42,7 @@ if AUDIO_DMIC
config AUDIO_DMIC_INIT_PRIORITY
int "Init priority"
default 60
default 80
help
Audio Digital Microphone device driver initialization priority.