Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6938b83a authored by Cong Tang's avatar Cong Tang Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm: fix apr_dlkm load error for sa8155 lv



fix apr_dlkm module loading failure issue due to missing event
module.

Change-Id: Iafd71de99b47ce2e4afa4f52bd710127c028f924
Signed-off-by: default avatarCong Tang <congt@codeaurora.org>
parent fa9e9c3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ obj-m := ipc/
obj-m += dsp/
obj-m += asoc/
obj-m += asoc/codecs/
obj-m += soc/
KBUILD_OPTIONS += CONFIG_SND_SOC_SA8155=m
endif