Skip to content

Commit

Permalink
Revert "lpm-levels: Allow CPU to idle when executing audio code"
Browse files Browse the repository at this point in the history
*Increases power consumption while playing audio in idle.

This reverts commit 01fadc2.

Signed-off-by: Forenche <[email protected]>
  • Loading branch information
Forenche committed Jul 8, 2022
1 parent da8d524 commit 5866bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpuidle/lpm-levels.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module_param_named(sleep_disabled, sleep_disabled, bool, 0664);
*/
s32 msm_cpuidle_get_deep_idle_latency(void)
{
return 100;
return 10;
}
EXPORT_SYMBOL(msm_cpuidle_get_deep_idle_latency);

Expand Down

0 comments on commit 5866bf7

Please sign in to comment.