mirror of https://github.com/thesofproject/sof.git
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:
parent
39a2b4760e
commit
d84395b755
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue