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:
parent
729be7cd13
commit
7eb0d299d2
@ -24,6 +24,12 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno330
|
||||
TARGET_CPU_VARIANT := krait
|
||||
|
||||
# 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
|
||||
|
||||
# Binder API version
|
||||
|
Loading…
Reference in New Issue
Block a user