msm8974-common: Explicitly set all used audio features

* These features have long been enabled by default in the audio HAL,
   but things changed since the unification of the audio policy HAL.
   Set all of them here, also to make it easily clear what is used.

Change-Id: I5bdb5fda3b9d5add5b9bac1f6980607761fbd692
This commit is contained in:
Bruno Martins 2018-08-21 11:13:56 +01:00 committed by Kevin F. Haggerty
parent 729be7cd13
commit 7eb0d299d2
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -24,6 +24,12 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno330
TARGET_CPU_VARIANT := krait TARGET_CPU_VARIANT := krait
# Audio # Audio
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true
AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
AUDIO_FEATURE_ENABLED_EXTN_POST_PROC := true
AUDIO_FEATURE_ENABLED_FLUENCE := true
AUDIO_FEATURE_ENABLED_HFP := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
BOARD_USES_ALSA_AUDIO := true BOARD_USES_ALSA_AUDIO := true
# Binder API version # Binder API version