diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2015-01-12 21:48:10 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2015-01-15 18:20:23 +0530 |
commit | b230806de11413a948027833b441f1d783d01c1f (patch) | |
tree | 106b7b9bc58c54e396481ee303066c66dcccb20a /rootdir | |
parent | cf6285d0d59d748ee2ffc7486c056f6d48a1820a (diff) |
audio: Use a service to init the TFA amp
Change-Id: I8501c54878302c5caa0a93dbe85bb31815e76d6d
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 5482123..556df05 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -634,6 +634,13 @@ service charger /sbin/healthd -c class charger seclabel u:r:healthd:s0 +service tfa9890_amp /system/bin/tfa9890_amp + class main + user media + group audio + oneshot + ioprio rt 4 + on property:init.svc.surfaceflinger=running start ppd |