mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-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
ac3b2e6218
commit
cbc600281b
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno305
|
|||
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
|
||||
AUDIO_FEATURE_ENABLED_LOW_LATENCY_CAPTURE := true
|
||||
BOARD_USES_ALSA_AUDIO := true
|
||||
|
||||
|
|
Loading…
Reference in a new issue