mirror of https://github.com/thesofproject/sof.git
platform: remove unused PLATFORM_HOST_FINISH_DELAY
Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
parent
276463d6dc
commit
d3ca5cb1c0
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue