buffer: remove circular dependency

Removes circular dependency between buffer and component
header files.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-06-13 10:45:14 +02:00 committed by Janusz Jankowski
parent 39a2b4760e
commit d84395b755
1 changed files with 2 additions and 1 deletions

View File

@ -14,12 +14,13 @@
#include <sof/list.h>
#include <sof/stream.h>
#include <sof/dma.h>
#include <sof/audio/component.h>
#include <sof/trace.h>
#include <sof/schedule.h>
#include <sof/cache.h>
#include <ipc/topology.h>
struct comp_dev;
/* pipeline tracing */
#define trace_buffer(__e, ...) \
trace_event(TRACE_CLASS_BUFFER, __e, ##__VA_ARGS__)