summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libprocessgroup/sched_policy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libprocessgroup/sched_policy.cpp b/libprocessgroup/sched_policy.cpp
index 61d52d9d0..49b292f1d 100644
--- a/libprocessgroup/sched_policy.cpp
+++ b/libprocessgroup/sched_policy.cpp
@@ -59,8 +59,8 @@ int set_cpuset_policy(int tid, SchedPolicy policy) {
: -1;
case SP_AUDIO_APP:
case SP_AUDIO_SYS:
- return SetTaskProfiles(tid, {"HighPerformance", "ProcessCapacityHigh", "HighIoPriority",
- "TimerSlackNormal", "BlkIOBackground"},
+ return SetTaskProfiles(tid, {"HighPerformance", "AudioAppCapacity", "HighIoPriority",
+ "TimerSlackNormal", "BlkIOForeground"},
true)
? 0
: -1;