mirror of https://github.com/thesofproject/sof.git
test: fix kpb compilation with -Werror
Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
parent
cfc78646e6
commit
51ef2db3d2
|
@ -131,4 +131,8 @@ struct comp_data {
|
|||
struct comp_buffer *rt_sink; /**< real time sink (channel selector ) */
|
||||
};
|
||||
|
||||
#ifdef UNIT_TEST
|
||||
void sys_comp_kpb_init(void);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include <cmocka.h>
|
||||
|
||||
#include <sof/alloc.h>
|
||||
#include <sof/notifier.h>
|
||||
#include <sof/audio/component.h>
|
||||
#include <mock_trace.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue