sdm660-common: rootdir: Enable RT priority inheritance for audio HAL
Test: instrumented Bug: 181148259 Bug: 260918856 Change-Id: If56e449a9c6f1a49e372591893d8714534574e3a Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
e5d0f0c0bd
commit
e80c22e5dd
1 changed files with 2 additions and 0 deletions
|
@ -768,6 +768,8 @@ service vendor.audio-hal /vendor/bin/hw/android.hardware.audio.service
|
||||||
# media gid needed for /dev/fm (radio) and for /data/misc/media (tee)
|
# media gid needed for /dev/fm (radio) and for /data/misc/media (tee)
|
||||||
group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct oem_2901 wakelock context_hub
|
group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct oem_2901 wakelock context_hub
|
||||||
capabilities BLOCK_SUSPEND SYS_NICE
|
capabilities BLOCK_SUSPEND SYS_NICE
|
||||||
|
# setting RLIMIT_RTPRIO allows binder RT priority inheritance
|
||||||
|
rlimit rtprio 10 10
|
||||||
ioprio rt 4
|
ioprio rt 4
|
||||||
task_profiles ProcessCapacityHigh HighPerformance
|
task_profiles ProcessCapacityHigh HighPerformance
|
||||||
socket audio_hw_socket seqpacket 0666 system system
|
socket audio_hw_socket seqpacket 0666 system system
|
||||||
|
|
Loading…
Reference in a new issue