From 6ecb465c5e5399c348991a46bf0cd6ba4c0d47c0 Mon Sep 17 00:00:00 2001 From: Vachounet Date: Wed, 19 Jul 2017 15:01:29 +0200 Subject: [PATCH] potter: enable more audio features Change-Id: I6121478fc4c67a6ad0b81e149ecf8a74363f6bae --- BoardConfig.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 913f56a..2f387bb 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -57,16 +57,33 @@ TARGET_KERNEL_CONFIG := potter_defconfig TARGET_KERNEL_SOURCE := kernel/motorola/msm8953 # Audio +AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true +AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true +AUDIO_FEATURE_ENABLED_ACDB_LICENSE := true +AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true +AUDIO_FEATURE_ENABLED_ANC_HEADSET := true AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true +AUDIO_FEATURE_ENABLED_DEV_ARBI := true +AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := true +AUDIO_FEATURE_ENABLED_EXT_HDMI := true +AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true AUDIO_FEATURE_ENABLED_FLUENCE := true AUDIO_FEATURE_ENABLED_HFP := true AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true +AUDIO_FEATURE_ENABLED_HIFI_AUDIO := true AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true +AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true +AUDIO_FEATURE_ENABLED_SSR := true +AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true +AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true +AUDIO_FEATURE_ENABLED_WMA_OFFLOAD := true +BOARD_SUPPORTS_SOUND_TRIGGER := true +AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true BOARD_USES_ALSA_AUDIO := true USE_CUSTOM_AUDIO_POLICY := 1 # USE_XML_AUDIO_POLICY_CONF := 1