From 5cdbc7e283cd80994f31f2e2a3f4df8af778ccb8 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 16 May 2023 17:39:00 +0200 Subject: [PATCH] sof-hda-dsp: move card-init include to top ... otherwise the rm is called after the nhlt-dmic-info Signed-off-by: Jaroslav Kysela --- ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf b/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf index 44acd69..98098e7 100644 --- a/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf +++ b/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf @@ -3,6 +3,8 @@ Syntax 6 Define.DeviceMic "Mic" Define.DeviceDmic "" +Include.card-init.File "/lib/card-init.conf" + If.devdmic { Condition { Type String @@ -12,7 +14,6 @@ If.devdmic { True { Define.DeviceDmic "Mic1" Define.DeviceMic "Mic2" - Include.card-init.File "/lib/card-init.conf" FixedBootSequence [ # # users expect to turn the LED on when only internal -- 2.47.1