Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created December 8, 2014 13:51
Show Gist options
  • Save invisiblek/19fadb20b060ba8bea18 to your computer and use it in GitHub Desktop.
Save invisiblek/19fadb20b060ba8bea18 to your computer and use it in GitHub Desktop.
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 70fdfa1..538b168 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -68,7 +68,10 @@ TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
TARGET_USES_QCOM_BSP := true
# Audio
-AUDIO_FEATURE_DISABLED_MULTI_VOICE_SESSIONS := true
+AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
+AUDIO_FEATURE_ENABLED_EXTN_FORMATS := false
+AUDIO_FEATURE_ENABLED_INCALL_MUSIC := false
+AUDIO_FEATURE_ENABLED_PROXY_DEVICE := false
BOARD_AUDIO_AMPLIFIER := device/htc/m8/libaudioamp
BOARD_USES_ALSA_AUDIO := true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment