diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8fcb8b14..af35a5ec 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -84,7 +84,7 @@ BOARD_USES_ALSA_AUDIO := true USE_CUSTOM_AUDIO_POLICY := 0 USE_XML_AUDIO_POLICY_CONF := 1 BOARD_SUPPORTS_SOUND_TRIGGER_HAL := true -AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true +AUDIO_USE_DEEP_AS_PRIMARY_OUTPUT := false AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := false @@ -120,7 +120,8 @@ AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true -AUDIO_FEATURE_ENABLED_USB_TUNNEL_AUDIO := true +AUDIO_FEATURE_ENABLED_USB_TUNNEL := true +AUDIO_FEATURE_ENABLED_A2DP_OFFLOAD := true AUDIO_FEATURE_ENABLED_RAS := true AUDIO_FEATURE_ENABLED_SND_MONITOR := true AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false diff --git a/properties.mk b/properties.mk index 40fe7195..7d25b5d8 100644 --- a/properties.mk +++ b/properties.mk @@ -13,6 +13,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ audio.deep_buffer.media=true \ audio.offload.min.duration.secs=30 \ audio.offload.video=true \ + audio.volume.headset.gain.depcal=true \ persist.dirac.acs.controller=qem \ persist.dirac.acs.ignore_error=1 \ persist.dirac.acs.storeSettings=1 \ @@ -56,7 +57,9 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ vendor.qcom.bluetooth.soc=cherokee \ persist.bluetooth.bluetooth_audio_hal.disabled=true \ - ro.vendor.bluetooth.wipower=false + ro.vendor.bluetooth.wipower=false \ + persist.bluetooth.a2dp_offload.disabled=false \ + persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac # Camera PRODUCT_PROPERTY_OVERRIDES += \