diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2015-10-07 05:59:45 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-10-06 21:04:52 -0700 |
commit | f3b76f150f6633ab758ec2e4350785e5b8491595 (patch) | |
tree | bd58688fa6fa5f0b3fab7955eebdd24a1d6433ff /rootdir/init.qcom.rc | |
parent | 308482ac7ba4205040bb14184bda296d8c0c6393 (diff) |
start audiod
Change-Id: Ie3bfbfe9152c00ce01a80ba5cfe7ca21fc45d90b
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 8789094..26b50e1 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -575,3 +575,8 @@ service tfa9890_amp /system/bin/tfa9890_amp group audio oneshot ioprio rt 4 + +service audiod /system/bin/audiod + class late_start + user system + group system |