dts : add LOG_MODULE_REGISTER()

It would build fail without LOG_MODULE_REGISTER.

Co-developed-by: Mac Chiang <mac.chiang@intel.com>
Signed-off-by: Mac Chiang <mac.chiang@intel.com>
Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
This commit is contained in:
Joe Cheng 2023-10-25 14:37:51 +08:00 committed by Curtis Malainey
parent 56a6d0d3e0
commit a9ef2b2bf2
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include <sof/audio/dts/DtsSofInterface.h>
LOG_MODULE_REGISTER(dts, CONFIG_SOF_LOG_LEVEL);
/* d95fc34f-370f-4ac7-bc86-bfdc5be241e6 */
DECLARE_SOF_RT_UUID("dts_codec", dts_uuid, 0xd95fc34f, 0x370f, 0x4ac7,
0xbc, 0x86, 0xbf, 0xdc, 0x5b, 0xe2, 0x41, 0xe6);