diff --git a/src/platform/ace30/include/platform/platform.h b/src/platform/ace30/include/platform/platform.h index 352061fb4..62ba6a24f 100644 --- a/src/platform/ace30/include/platform/platform.h +++ b/src/platform/ace30/include/platform/platform.h @@ -34,9 +34,6 @@ /* local buffer size of DMA tracing */ #define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2) -/* DSP default delay in cycles */ -#define PLATFORM_DEFAULT_DELAY 12 - #endif /* __PLATFORM_PLATFORM_H__ */ #else diff --git a/src/platform/lunarlake/include/platform/platform.h b/src/platform/lunarlake/include/platform/platform.h index 38e379ae3..7238b5abf 100644 --- a/src/platform/lunarlake/include/platform/platform.h +++ b/src/platform/lunarlake/include/platform/platform.h @@ -34,9 +34,6 @@ /* local buffer size of DMA tracing */ #define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2) -/* DSP default delay in cycles */ -#define PLATFORM_DEFAULT_DELAY 12 - #endif /* __PLATFORM_PLATFORM_H__ */ #else diff --git a/src/platform/meteorlake/include/platform/platform.h b/src/platform/meteorlake/include/platform/platform.h index cceb15bb7..8cf0cc79a 100644 --- a/src/platform/meteorlake/include/platform/platform.h +++ b/src/platform/meteorlake/include/platform/platform.h @@ -34,9 +34,6 @@ /* local buffer size of DMA tracing */ #define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2) -/* DSP default delay in cycles */ -#define PLATFORM_DEFAULT_DELAY 12 - #endif /* __PLATFORM_PLATFORM_H__ */ #else diff --git a/src/platform/tigerlake/include/platform/platform.h b/src/platform/tigerlake/include/platform/platform.h index 0f9bb2df7..74e0cd187 100644 --- a/src/platform/tigerlake/include/platform/platform.h +++ b/src/platform/tigerlake/include/platform/platform.h @@ -41,9 +41,6 @@ struct timer; /* local buffer size of DMA tracing */ #define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2) -/* DSP default delay in cycles */ -#define PLATFORM_DEFAULT_DELAY 12 - extern intptr_t _module_init_start; extern intptr_t _module_init_end;