From d3ca5cb1c0e11f057fd88c296c4386597d275e72 Mon Sep 17 00:00:00 2001 From: Tomasz Lauda Date: Wed, 16 Oct 2019 13:35:07 +0200 Subject: [PATCH] platform: remove unused PLATFORM_HOST_FINISH_DELAY Signed-off-by: Tomasz Lauda --- src/platform/apollolake/include/platform/platform.h | 3 --- src/platform/cannonlake/include/platform/platform.h | 3 --- src/platform/icelake/include/platform/platform.h | 3 --- src/platform/suecreek/include/platform/platform.h | 3 --- src/platform/tigerlake/include/platform/platform.h | 3 --- 5 files changed, 15 deletions(-) diff --git a/src/platform/apollolake/include/platform/platform.h b/src/platform/apollolake/include/platform/platform.h index 28ee32b6f..165979c73 100644 --- a/src/platform/apollolake/include/platform/platform.h +++ b/src/platform/apollolake/include/platform/platform.h @@ -61,9 +61,6 @@ struct timer; */ #define PLATFORM_LL_DEFAULT_TIMEOUT 1000 -/* Host finish work schedule delay in microseconds */ -#define PLATFORM_HOST_FINISH_DELAY 100 - /* Host finish work(drain from host to dai) timeout in microseconds */ #define PLATFORM_HOST_FINISH_TIMEOUT 50000 diff --git a/src/platform/cannonlake/include/platform/platform.h b/src/platform/cannonlake/include/platform/platform.h index 14207f6b0..f7eca7b3e 100644 --- a/src/platform/cannonlake/include/platform/platform.h +++ b/src/platform/cannonlake/include/platform/platform.h @@ -64,9 +64,6 @@ struct timer; #define PLATFORM_MAX_CHANNELS 8 #define PLATFORM_MAX_STREAMS 16 -/* Host finish work schedule delay in microseconds */ -#define PLATFORM_HOST_FINISH_DELAY 100 - /* Host finish work(drain from host to dai) timeout in microseconds */ #define PLATFORM_HOST_FINISH_TIMEOUT 50000 diff --git a/src/platform/icelake/include/platform/platform.h b/src/platform/icelake/include/platform/platform.h index 2ce404d6b..94090b399 100644 --- a/src/platform/icelake/include/platform/platform.h +++ b/src/platform/icelake/include/platform/platform.h @@ -64,9 +64,6 @@ struct timer; #define PLATFORM_MAX_CHANNELS 8 #define PLATFORM_MAX_STREAMS 16 -/* Host finish work schedule delay in microseconds */ -#define PLATFORM_HOST_FINISH_DELAY 100 - /* Host finish work(drain from host to dai) timeout in microseconds */ #define PLATFORM_HOST_FINISH_TIMEOUT 50000 diff --git a/src/platform/suecreek/include/platform/platform.h b/src/platform/suecreek/include/platform/platform.h index 3b0c56d9e..d484e5d08 100644 --- a/src/platform/suecreek/include/platform/platform.h +++ b/src/platform/suecreek/include/platform/platform.h @@ -60,9 +60,6 @@ struct timer; #define PLATFORM_MAX_CHANNELS 4 #define PLATFORM_MAX_STREAMS 5 -/* Host finish work schedule delay in microseconds */ -#define PLATFORM_HOST_FINISH_DELAY 100 - /* Host finish work(drain from host to dai) timeout in microseconds */ #define PLATFORM_HOST_FINISH_TIMEOUT 50000 diff --git a/src/platform/tigerlake/include/platform/platform.h b/src/platform/tigerlake/include/platform/platform.h index 2ce404d6b..94090b399 100644 --- a/src/platform/tigerlake/include/platform/platform.h +++ b/src/platform/tigerlake/include/platform/platform.h @@ -64,9 +64,6 @@ struct timer; #define PLATFORM_MAX_CHANNELS 8 #define PLATFORM_MAX_STREAMS 16 -/* Host finish work schedule delay in microseconds */ -#define PLATFORM_HOST_FINISH_DELAY 100 - /* Host finish work(drain from host to dai) timeout in microseconds */ #define PLATFORM_HOST_FINISH_TIMEOUT 50000