diff options
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index dd63809..33dcfee 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -80,8 +80,6 @@ BOARD_USES_QCOM_HARDWARE := true BOARD_ANT_WIRELESS_DEVICE := "qualcomm-uart" # Audio -USE_CUSTOM_AUDIO_POLICY := 1 -BOARD_USES_ALSA_AUDIO := true AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true AUDIO_FEATURE_ENABLED_ACDB_LICENSE := true AUDIO_FEATURE_ENABLED_ANC_HEADSET := true @@ -98,6 +96,9 @@ AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true +AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true +BOARD_USES_ALSA_AUDIO := true +USE_CUSTOM_AUDIO_POLICY := 1 # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(PLATFORM_PATH)/bluetooth |