copier_hifi: fix Zephyr logging

Add log definition for Zephyr allowing to build this module
for Zephyr when logging is enabled.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2022-08-17 19:19:32 +03:00 committed by Liam Girdwood
parent 44a5200c87
commit 2c4e403d4d
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#include <stdint.h>
#include <xtensa/tie/xt_hifi3.h>
LOG_MODULE_REGISTER(copier_hifi, CONFIG_SOF_LOG_LEVEL);
int apply_attenuation(struct comp_dev *dev, struct copier_data *cd,
struct comp_buffer __sparse_cache *sink, int frame)
{