diff options
| author | Caner Aydın <punisher_caner@windowslive.com> | 2016-09-25 05:51:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-25 05:51:46 +0300 |
| commit | afd6e977a0308b377b227352b0a015794417ac2b (patch) | |
| tree | 84a4cf66fc6c2603c4ed489265184326c22f21d6 | |
| parent | 764968892bfbecdefd631270f694b709f9787af7 (diff) | |
Audio and Voice Compile Error Fix
| -rw-r--r-- | board/qcom-audio.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/qcom-audio.mk b/board/qcom-audio.mk index 9612d37..537f5d0 100644 --- a/board/qcom-audio.mk +++ b/board/qcom-audio.mk @@ -2,3 +2,4 @@ AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true AUDIO_FEATURE_ENABLED_NEW_SAMPLE_RATE := true BOARD_USES_ALSA_AUDIO := true USE_CUSTOM_AUDIO_POLICY := 1 +AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true |
