mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
audio: Explicitly enable audio features we need
Needed with the new common audio policy. Change-Id: I8818bf075db2f6a6cf616170959fa6b979dba7d8
This commit is contained in:
parent
f927ed98d9
commit
9a845569ca
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@ BOARD_GLOBAL_CFLAGS += -mfpu=neon -mfloat-abi=softfp
|
|||
BOARD_GLOBAL_CPPFLAGS += -mfpu=neon -mfloat-abi=softfp
|
||||
|
||||
# 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_FM_POWER_OPT := 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