From 2e0292ce7a446358b210d9faae7b3e57c59f6ed9 Mon Sep 17 00:00:00 2001 From: Tellen Yu Date: Wed, 21 Mar 2018 14:22:42 +0000 Subject: Merge "einstein: rm camera related unused code [1/1]" into p-amlogic --- diff --git a/files/audio_policy.conf b/files/audio_policy.conf index 8283ed8..ce9b407 100644 --- a/files/audio_policy.conf +++ b/files/audio_policy.conf @@ -104,7 +104,7 @@ audio_hw_modules { max_value_mB 100 default_value_mB 50 step_value_mB 1 - } + } } } hdmi_arc { @@ -236,6 +236,7 @@ audio_hw_modules { } } } + btle { inputs { btle { @@ -247,4 +248,3 @@ audio_hw_modules { } } } - diff --git a/system.prop b/system.prop index 5c80868..084f201 100644 --- a/system.prop +++ b/system.prop @@ -76,6 +76,9 @@ drm.service.enabled=1 #used forward seek for libplayer media.libplayer.seek.fwdsearch=1 +#set memory upper limit for extractor process +ro.media.maxmem=629145600 + #fix hls sync libplayer.livets.softdemux=1 libplayer.netts.recalcpts=1 -- cgit