platform: remove unused PLATFORM_HOST_FINISH_DELAY

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-10-16 13:35:07 +02:00 committed by Janusz Jankowski
parent 276463d6dc
commit d3ca5cb1c0
5 changed files with 0 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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