Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/platform/ace30/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/platform/lunarlake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/platform/meteorlake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/platform/tigerlake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading