aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Marado <mmarado@cyngn.com>2016-09-23 11:58:43 +0100
committerDarshan Manjrekar <darshanmanjrekar1205@gmail.com>2016-10-05 10:47:48 -0700
commite2360c536dc4d18a069eebb78221d6f6c4d582ab (patch)
tree93a599f76d8897c34e7410af8e7da26e4c384241
parent863ae4703c6a0101435834b307e1ceba7af8a2fa (diff)
msm8916: Update audio property configurations to M
* audio.deep_buffer.media On L, this was enabled by default, on M we have to set it specifically to true. * av.offload.enable/audio.offload.video av.offload.enable on L is now called audio.offload.video on M. This prop was previously removed as it was thought to be obsolete. Change-Id: I2500703cbaaf59ab97858356a255619b0fa07bff (cherry picked from commit e15e8260408b569c2128e3d566e23a3243d1e8c6)
-rw-r--r--product/qcom-audio.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/product/qcom-audio.mk b/product/qcom-audio.mk
index f7b5fcc..92ca0d1 100644
--- a/product/qcom-audio.mk
+++ b/product/qcom-audio.mk
@@ -12,9 +12,11 @@ PRODUCT_COPY_FILES += \
# Properties
PRODUCT_PROPERTY_OVERRIDES += \
av.streaming.offload.enable=true \
+ audio.deep_buffer.media=true \
audio.offload.buffer.size.kb=64 \
audio.offload.gapless.enabled=true \
audio.offload.min.duration.secs=30 \
audio.offload.pcm.16bit.enable=false \
audio.offload.pcm.24bit.enable=true \
+ audio.offload.video=true \
use.voice.path.for.pcm.voip=true