diff --git a/src/platform/apollolake/include/platform/platform.h b/src/platform/apollolake/include/platform/platform.h index c110068ab..e5ade7e6d 100644 --- a/src/platform/apollolake/include/platform/platform.h +++ b/src/platform/apollolake/include/platform/platform.h @@ -104,7 +104,7 @@ struct sof; * the interval of reschedule DMA trace copying in special case like half * fullness of local DMA trace buffer */ -#define DMA_TRACE_RESCHEDULE_TIME 5000 +#define DMA_TRACE_RESCHEDULE_TIME 5 /* DSP should be idle in this time frame */ #define PLATFORM_IDLE_TIME 750000 diff --git a/src/platform/baytrail/include/platform/platform.h b/src/platform/baytrail/include/platform/platform.h index c859cd5f3..4cd7c5083 100644 --- a/src/platform/baytrail/include/platform/platform.h +++ b/src/platform/baytrail/include/platform/platform.h @@ -94,7 +94,7 @@ struct sof; * the interval of reschedule DMA trace copying in special case like half * fullness of local DMA trace buffer */ -#define DMA_TRACE_RESCHEDULE_TIME 5000 +#define DMA_TRACE_RESCHEDULE_TIME 5 /* DSP should be idle in this time frame */ #define PLATFORM_IDLE_TIME 750000 diff --git a/src/platform/cannonlake/include/platform/platform.h b/src/platform/cannonlake/include/platform/platform.h index a94465d83..e98320101 100644 --- a/src/platform/cannonlake/include/platform/platform.h +++ b/src/platform/cannonlake/include/platform/platform.h @@ -110,7 +110,7 @@ struct sof; * the interval of reschedule DMA trace copying in special case like half * fullness of local DMA trace buffer */ -#define DMA_TRACE_RESCHEDULE_TIME 5000 +#define DMA_TRACE_RESCHEDULE_TIME 5 /* DSP should be idle in this time frame */ #define PLATFORM_IDLE_TIME 750000 diff --git a/src/platform/haswell/include/platform/platform.h b/src/platform/haswell/include/platform/platform.h index da5fdcf9b..4a7f9b336 100644 --- a/src/platform/haswell/include/platform/platform.h +++ b/src/platform/haswell/include/platform/platform.h @@ -93,7 +93,7 @@ struct sof; * the interval of reschedule DMA trace copying in special case like half * fullness of local DMA trace buffer */ -#define DMA_TRACE_RESCHEDULE_TIME 5000 +#define DMA_TRACE_RESCHEDULE_TIME 5 /* DSP should be idle in this time frame */ #define PLATFORM_IDLE_TIME 750000