From bddbfffe92ae40fa3e3fe45e5d85367b7084cdc3 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 30 Jan 2017 19:08:32 +0100 Subject: [PATCH] msm8976-common: Enable AUDIO_FEATURE_ENABLED_RECORD_PLAY_CONCURRENCY Change-Id: I3aafaf54a00fa3d495f6e9aa30b40c113b0f3e7f --- BoardConfigCommon.mk | 1 + system.prop | 1 + 2 files changed, 2 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 54595d6..e513c00 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -77,6 +77,7 @@ AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true +AUDIO_FEATURE_ENABLED_RECORD_PLAY_CONCURRENCY := true AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true diff --git a/system.prop b/system.prop index d211098..347d443 100644 --- a/system.prop +++ b/system.prop @@ -23,6 +23,7 @@ ro.qc.sdk.audio.fluencetype=none ro.qc.sdk.audio.ssr=false tunnel.audio.encode=false use.voice.path.for.pcm.voip=true +rec.playback.conc.disabled=true voice.conc.fallbackpath=deep-buffer voice.playback.conc.disabled=true voice.record.conc.disabled=false