From 0825f1b2e7b047298fec282d2b9153ce35f36274 Mon Sep 17 00:00:00 2001 From: Tomasz Lauda Date: Tue, 31 Jul 2018 14:39:38 +0200 Subject: [PATCH] cnl: pm_runtime: increase L1 exit time Increases L1 exit time for CNL platform to make sure, that Host DMA transferred needed data. Signed-off-by: Tomasz Lauda --- src/platform/cannonlake/include/platform/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/cannonlake/include/platform/platform.h b/src/platform/cannonlake/include/platform/platform.h index 69b06e97ef0b..30f558013cc4 100644 --- a/src/platform/cannonlake/include/platform/platform.h +++ b/src/platform/cannonlake/include/platform/platform.h @@ -116,7 +116,7 @@ struct sof; #define PLATFORM_DEFAULT_DELAY 12 /* minimal L1 exit time in cycles */ -#define PLATFORM_FORCE_L1_EXIT_TIME 482 +#define PLATFORM_FORCE_L1_EXIT_TIME 985 /* the SSP port fifo depth */ #define SSP_FIFO_DEPTH 16