From 72b553259d747075660afcb3d0156458313c94d1 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 22 Sep 2022 15:44:02 +0100 Subject: [PATCH] sdm710-common: Revise and update audio feature flags and props So to match what is shipped with stock because prebuilt a-HAL and extensions are being used. Change-Id: I74d5bd1de5ea87984ace38076cb5a0bd54736ca6 Signed-off-by: Chenyang Zhong --- BoardConfigCommon.mk | 9 --------- vendor.prop | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 915e0ce..13bba97 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -44,15 +44,6 @@ ifeq ($(TARGET_PREBUILT_KERNEL),) endif # Audio -AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true -AUDIO_FEATURE_ENABLED_VOICE_CONCURRENCY := true -AUDIO_FEATURE_ENABLED_RECORD_PLAY_CONCURRENCY := true -AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true -AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true -AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true -AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true -AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true -BOARD_SUPPORTS_SOUND_TRIGGER := true TARGET_PROVIDES_AUDIO_EXTNS := true # Camera diff --git a/vendor.prop b/vendor.prop index 5aee721..07799a5 100644 --- a/vendor.prop +++ b/vendor.prop @@ -80,7 +80,7 @@ vendor.audio.feature.ras.enable=true vendor.audio.feature.record_play_concurency.enable=false vendor.audio.feature.src_trkn.enable=true vendor.audio.feature.spkr_prot.enable=true -vendor.audio.feature.ssrec.enable=true +vendor.audio.feature.ssrec.enable=false vendor.audio.feature.usb_offload.enable=true vendor.audio.feature.usb_offload_burst_mode.enable=false vendor.audio.feature.usb_offload_sidetone_volume.enable=false