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 <zhongcy95@gmail.com>
This commit is contained in:
parent
822a2aaab1
commit
72b553259d
2 changed files with 1 additions and 10 deletions
|
@ -44,15 +44,6 @@ ifeq ($(TARGET_PREBUILT_KERNEL),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Audio
|
# 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
|
TARGET_PROVIDES_AUDIO_EXTNS := true
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
|
|
|
@ -80,7 +80,7 @@ vendor.audio.feature.ras.enable=true
|
||||||
vendor.audio.feature.record_play_concurency.enable=false
|
vendor.audio.feature.record_play_concurency.enable=false
|
||||||
vendor.audio.feature.src_trkn.enable=true
|
vendor.audio.feature.src_trkn.enable=true
|
||||||
vendor.audio.feature.spkr_prot.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.enable=true
|
||||||
vendor.audio.feature.usb_offload_burst_mode.enable=false
|
vendor.audio.feature.usb_offload_burst_mode.enable=false
|
||||||
vendor.audio.feature.usb_offload_sidetone_volume.enable=false
|
vendor.audio.feature.usb_offload_sidetone_volume.enable=false
|
||||||
|
|
Loading…
Reference in a new issue