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

Commit 8a80dfeb authored by Anver sadhique's avatar Anver sadhique
Browse files

audio-hal: Enable dlkm for kernel 4.19 and enable SVA multistage

Enable dlkm for kernel 4.19 and enable SVA multistage for compilation

Change-Id: Ia167f2df69c2996160da27b7c9f1fdf53151c666
parent cd57e18e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -68,6 +68,14 @@ AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
AUDIO_FEATURE_ENABLED_RAS := true
AUDIO_FEATURE_ENABLED_SND_MONITOR := true
AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true

ifeq ($(TARGET_KERNEL_VERSION), 4.4)
   AUDIO_FEATURE_ENABLED_DLKM := false
else
    AUDIO_FEATURE_ENABLED_DLKM := true
endif

##AUDIO_FEATURE_FLAGS

#Audio Specific device overlays