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