module_adapter: passthrough: register module logs in Zephyr

Use LOG_MODULE_REGISTER() to register cadence in the Zephyr logger
framework.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
Daniel Baluta 2024-05-13 17:55:10 +03:00 committed by Liam Girdwood
parent ab682597ee
commit aab1368352
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include <sof/audio/module_adapter/module/generic.h>
#include <rtos/init.h>
LOG_MODULE_REGISTER(passthrough, CONFIG_SOF_LOG_LEVEL);
/* 376b5e44-9c82-4ec2-bc83-10ea101afa8f */
DECLARE_SOF_RT_UUID("passthrough_codec", passthrough_uuid, 0x376b5e44, 0x9c82, 0x4ec2,
0xbc, 0x83, 0x10, 0xea, 0x10, 0x1a, 0xf8, 0x8f);