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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user