diff options
| author | Vachounet <vachounet@live.fr> | 2017-07-19 15:01:29 +0200 |
|---|---|---|
| committer | wzedlare <vedatak01@gmail.com> | 2017-07-28 18:25:23 +0000 |
| commit | c632aa70d56489538f6bee4d4415a56930029297 (patch) | |
| tree | fdc914e24fbd9d1d82213a8d79f53cf26b5c4185 | |
| parent | f5eb91806ccc215f3dc2f20d6e3ec2e2f2cc80e4 (diff) | |
cedric: enable more audio features
Change-Id: I6121478fc4c67a6ad0b81e149ecf8a74363f6bae
| -rw-r--r-- | BoardConfig.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 74d2d14..cc55c1c 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -54,16 +54,33 @@ TARGET_KERNEL_CONFIG := cedric_defconfig TARGET_KERNEL_SOURCE := kernel/motorola/msm8937 # 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 |
