Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6681c1b authored by Karthikeyan Mani's avatar Karthikeyan Mani Committed by Phani Kumar Uppalapati
Browse files

drivers: cpuidle: lpm-levels: Export symbols used by audio



Add export symbol to symbols used by audio WCD. WCD is
built as separate module and equires symbols called
from WCD to be exported.

CRs-Fixed: 2068871
Change-Id: I43ba8b2ed5c99416ede99213e625a7bcb868bb86
Signed-off-by: default avatarKarthikeyan Mani <kmani@codeaurora.org>
parent 80e2ccd6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -133,10 +133,16 @@ module_param_named(print_parsed_dt, print_parsed_dt, bool, 0664);
static bool sleep_disabled;
module_param_named(sleep_disabled, sleep_disabled, bool, 0664);

/**
 * msm_cpuidle_get_deep_idle_latency - Get deep idle latency value
 *
 * Returns an s32 latency value
 */
s32 msm_cpuidle_get_deep_idle_latency(void)
{
	return 10;
}
EXPORT_SYMBOL(msm_cpuidle_get_deep_idle_latency);

void lpm_suspend_wake_time(uint64_t wakeup_time)
{