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

Commit 7a092fde authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 5d31e9eb 8a80dfeb
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