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

Commit 77c6d32d authored by Himanshu Agrawal's avatar Himanshu Agrawal
Browse files

configs: Disabling DLKM flag for 3.18 kernel.

AUDIO_FEATURE_ENABLED_DLKM is set to false if target uses
msm-3.18 kernel version.

Change-Id: Ia55f96ad0fad6b674fea980066ae2f3f7c48047f
parent 73b9a0ab
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -57,7 +57,11 @@ AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
BOARD_SUPPORTS_QAHW := false
AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := true
AUDIO_FEATURE_ENABLED_SND_MONITOR := true
ifeq ($(TARGET_KERNEL_VERSION), 3.18)
    AUDIO_FEATURE_ENABLED_DLKM := false
else
    AUDIO_FEATURE_ENABLED_DLKM := true
endif
##AUDIO_FEATURE_FLAGS

#Audio Specific device overlays
+5 −1
Original line number Diff line number Diff line
@@ -57,7 +57,11 @@ AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
BOARD_SUPPORTS_QAHW := false
AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := true
AUDIO_FEATURE_ENABLED_SND_MONITOR := true
ifeq ($(TARGET_KERNEL_VERSION), 3.18)
    AUDIO_FEATURE_ENABLED_DLKM := false
else
    AUDIO_FEATURE_ENABLED_DLKM := true
endif
##AUDIO_FEATURE_FLAGS

#Audio Specific device overlays