diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-03-18 23:37:28 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:34:21 +0200 |
commit | 72258cf4ddcb8adb41c6a65e200ed156bb9cf1b6 (patch) | |
tree | ddeb66bb2a911d352c76188516961a0484a56f2f /BoardConfig.mk | |
parent | 77fcb81fcb3a153b10a67fcfae508db0c5822538 (diff) |
audio hal: Update entries and audio policy xml
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 1da12fa..593a19c 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -93,12 +93,14 @@ AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true AUDIO_FEATURE_ENABLED_FLUENCE := true AUDIO_FEATURE_ENABLED_HFP := true AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true +AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true AUDIO_FEATURE_ENABLED_NT_PAUSE_TIMEOUT := true 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_SUPPORTS_SOUND_TRIGGER := true BOARD_USES_ALSA_AUDIO := true USE_CUSTOM_AUDIO_POLICY := 1 |