audio: set vendor.audio.adm.buffering.ms to 2

The property is to define the buffer size in ADM
(Audio Data Manager) and it might lead to glitches
or extra latency if it is not configured properly.

Bug: 160107932
Change-Id: I74c99e33ea5a3cdbd6b7bccf0f739026f5094c08
Signed-off-by: JJ Lee <leejj@google.com>
This commit is contained in:
EvenlyWang
2020-10-22 06:54:41 +00:00
committed by JJ Lee
parent 0e82a2a740
commit 836a4d0c1b

View File

@@ -22,7 +22,7 @@ include device/google/sunfish/device.mk
# Set Vendor SPL to match platform
VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
PRODUCT_PROPERTY_OVERRIDES += vendor.audio.adm.buffering.ms=3
PRODUCT_PROPERTY_OVERRIDES += vendor.audio.adm.buffering.ms=2
PRODUCT_PROPERTY_OVERRIDES += vendor.audio_hal.period_multiplier=2
PRODUCT_PROPERTY_OVERRIDES += af.fast_track_multiplier=1