lpm-levels: Allow CPU to idle when executing audio code

This is called via pm_qos to specify the CPU idle latency. Specify a
longer period than the C1 idle latency to allow the CPUs to actually
idle.

Signed-off-by: Kazuki Hashimoto <kazukih@tuta.io>
Signed-off-by: Forenche <prahul2003@gmail.com>
Signed-off-by: azrim <mirzaspc@gmail.com>
This commit is contained in:
Kazuki Hashimoto 2021-11-14 14:55:07 +09:00 committed by azrim
parent bfe2038463
commit 625c860c6e
No known key found for this signature in database
GPG Key ID: 497F8FB059B45D1C

View File

@ -118,7 +118,7 @@ module_param_named(sleep_disabled, sleep_disabled, bool, 0664);
*/
s32 msm_cpuidle_get_deep_idle_latency(void)
{
return 10;
return 100;
}
EXPORT_SYMBOL(msm_cpuidle_get_deep_idle_latency);