mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ANDROID: GKI: Enable CONFIG_RT_SOFTIRQ_AWARE_SCHED
This config helps address audio buffer underrun issues on arm64 targets. Bug: 168521633 Signed-off-by: J. Avila <elavila@google.com> [jstultz: Rebased to android-mainline, also enabled on x86] Signed-off-by: John Stultz <jstultz@google.com> Change-Id: Iffb39b2c1d55f5d88d1475f68d5ed5a3bba90a2b
This commit is contained in:
committed by
Treehugger Robot
parent
b20490aa50
commit
a3a71b3b0b
@@ -31,6 +31,7 @@ CONFIG_CGROUP_CPUACCT=y
|
||||
CONFIG_CGROUP_BPF=y
|
||||
CONFIG_NAMESPACES=y
|
||||
# CONFIG_PID_NS is not set
|
||||
CONFIG_RT_SOFTIRQ_AWARE_SCHED=y
|
||||
# CONFIG_RD_BZIP2 is not set
|
||||
# CONFIG_RD_LZMA is not set
|
||||
# CONFIG_RD_XZ is not set
|
||||
|
||||
@@ -34,6 +34,7 @@ CONFIG_CGROUP_BPF=y
|
||||
CONFIG_NAMESPACES=y
|
||||
# CONFIG_TIME_NS is not set
|
||||
# CONFIG_PID_NS is not set
|
||||
CONFIG_RT_SOFTIRQ_AWARE_SCHED=y
|
||||
# CONFIG_RD_BZIP2 is not set
|
||||
# CONFIG_RD_LZMA is not set
|
||||
# CONFIG_RD_XZ is not set
|
||||
|
||||
Reference in New Issue
Block a user