summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2018-09-07 14:29:34 +0530
committerAmit Pundir <amit.pundir@linaro.org>2018-11-01 15:32:23 +0000
commit802ccb15cd1acc2e4d45f36f32ca13a4bf82959c (patch)
treeb39d56de654998d4229906200273f49a8645fd8a
parent9b534d9c5e24656c680f029f144e4e4a08f2899f (diff)
downloaddragonboard410c-802ccb15cd1acc2e4d45f36f32ca13a4bf82959c.tar.gz
Revert "db820c: audio: Run tinymix only on boot completion"
This reverts commit 36aec1e3cc486e22eda8493470f05068b60c15f4. We don't plan to use tinymix utility to set mixer controls anymore. It is not Treble compatible either. We plan to hardcode the mixer controls in the audio HAL instead. Recent AOSP sepolicy poject changes broke tinymix sepolicies as well. In short no need to spend more time fixing tinymix. Change-Id: I715204e80175a77dd07f881534b365ee617b770f Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--db820c/tinymix.db820c.rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/db820c/tinymix.db820c.rc b/db820c/tinymix.db820c.rc
index c42522d..7831005 100644
--- a/db820c/tinymix.db820c.rc
+++ b/db820c/tinymix.db820c.rc
@@ -2,8 +2,4 @@ service tinymixer /system/bin/tinymix 0 1
class core
user shell
group audio
- disabled
oneshot
-
-on property:sys.boot_completed=1
- start tinymixer