Skip to content

Commit

Permalink
Audio: Copier: Remove not necessary header for testbench build
Browse files Browse the repository at this point in the history
The include of dai-zephyr.h causes IPC4 testbench build to
fail due to further include of Zephyr headers. Since the
copier_generic.c build is not needing it, it can be removed.

The HiFi build version copier_hifi.c is already without
this include.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
  • Loading branch information
singalsu authored and kv2019i committed Oct 3, 2024
1 parent 10c1cd7 commit 77dec14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/copier/copier_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <sof/common.h>
#include <ipc/dai.h>
#include "copier.h"
#include <sof/lib/dai-zephyr.h>

LOG_MODULE_DECLARE(copier, CONFIG_SOF_LOG_LEVEL);

Expand Down

0 comments on commit 77dec14

Please sign in to comment.