diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2019-12-02 20:50:01 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2020-01-25 14:48:43 +0100 |
commit | f15458081645cc0cce32fe738363366252396ecb (patch) | |
tree | 5a03679578f7e7fed40bf8656cc0a7836a4dce5d | |
parent | acb52ea4623b1b6cbccc27bdb0247bbeeb6fbca2 (diff) |
msm8996-common: Enable AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT
* Enables tinycompress extensions for QCOM audio HAL features.
Change-Id: If7a691a554015de40f237058d98171a0cd0d7cc3
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e034207..a26280b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -84,6 +84,7 @@ AUDIO_FEATURE_ENABLED_NT_PAUSE_TIMEOUT := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true +AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT := true AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true BOARD_USES_ALSA_AUDIO := true USE_CUSTOM_AUDIO_POLICY := 1 |