aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Marado <mmarado@cyngn.com>2016-09-23 11:58:43 +0100
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-09-23 04:34:02 -0700
commite15e8260408b569c2128e3d566e23a3243d1e8c6 (patch)
tree8134c6612f8b9251874c698b6caa7580e5dc2487
parent463d24ffc1f0ec18a5c6299f4d1db93516db9afb (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
-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