diff options
author | Kim Le <elektroschmock78@googlemail.com> | 2020-06-01 01:38:17 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-06-29 15:28:35 +0200 |
commit | 5e8e3c1592a56c77620abd54048ba1a7dde011dd (patch) | |
tree | 86965342183bcba3a114620a8100467c6aa959cd /properties.mk | |
parent | c67b3e8adfff3c504e9752050544c110d167143c (diff) |
sdm660-common: Increase audio HAL buffer size to 240
Change-Id: I7dbba15539feb61bb34192c1b86cf224c4c8c2b2
Diffstat (limited to 'properties.mk')
-rw-r--r-- | properties.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/properties.mk b/properties.mk index 7079e9a..4a560a8 100644 --- a/properties.mk +++ b/properties.mk @@ -1,7 +1,7 @@ # Audio PRODUCT_PROPERTY_OVERRIDES += \ af.fast_track_multiplier=1 \ - vendor.audio_hal.period_size=192 \ + vendor.audio_hal.period_size=240 \ ro.vendor.audio.sdk.fluencetype=fluence \ persist.vendor.audio.fluence.voicecall=true \ persist.vendor.audio.fluence.voicerec=false \ |