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

Commit 65e2ac86 authored by Soumya Managoli's avatar Soumya Managoli Committed by Lakshman Chaluvaraju
Browse files

configs: sdm660: Enable audio DLKM support

Add DLKM audio compilation support for sdm660 on 4.14 kernel.

Change-Id: I8fe1ef7e73bb39ddc2d7961040e677a89488940a
parent 61b888b8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@ AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
AUDIO_FEATURE_ENABLED_USB_TUNNEL := true
AUDIO_FEATURE_ENABLED_A2DP_OFFLOAD := true
ifeq ($(TARGET_KERNEL_VERSION),4.14)
AUDIO_FEATURE_ENABLED_DLKM := true
endif
AUDIO_FEATURE_ENABLED_3D_AUDIO := false
AUDIO_FEATURE_ENABLED_VOICE_PRINT := false
USE_LEGACY_AUDIO_DAEMON := false