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:
parent
f791211871
commit
1870ecc206
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if AUDIO_DMIC
|
||||||
|
|
||||||
config AUDIO_DMIC_INIT_PRIORITY
|
config AUDIO_DMIC_INIT_PRIORITY
|
||||||
int "Init priority"
|
int "Init priority"
|
||||||
default 60
|
default 80
|
||||||
help
|
help
|
||||||
Audio Digital Microphone device driver initialization priority.
|
Audio Digital Microphone device driver initialization priority.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue