aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-04-16 21:08:15 +0200
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-04-22 11:54:16 +0200
commit34f48f43a2c24db0c45e34ae54edbf53b8d79af6 (patch)
tree90bf04d5062ae15ab65a036061b9dd6b07fde8a4 /BoardConfigCommon.mk
parentd9a554cbe30c3745c052912c8cf4ffa585c58e9c (diff)
msm8996-common: Enable ALAC_OFFLOAD and BOARD_SUPPORTS_SOUND_TRIGGER flags.
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 1bf6f8d..bff6435 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -62,6 +62,7 @@ TARGET_VENDOR_PROP += $(VENDOR_PATH)/vendor.prop
# Audio
AUDIO_FEATURE_ENABLED_ACDB_LICENSE := true
+AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true
AUDIO_FEATURE_ENABLED_ANC_HEADSET := true
AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true
@@ -77,6 +78,7 @@ AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true
+BOARD_SUPPORTS_SOUND_TRIGGER := true
BOARD_USES_ALSA_AUDIO := true
USE_CUSTOM_AUDIO_POLICY := 1
USE_XML_AUDIO_POLICY_CONF := 1