We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80029e2 commit 95699a2Copy full SHA for 95699a2
src/library_manager/lib_manager.c
@@ -641,7 +641,7 @@ int lib_manager_register_module(const uint32_t component_id)
641
}
642
643
mod = (struct sof_man_module *)((const uint8_t *)desc + SOF_MAN_MODULE_OFFSET(entry_index));
644
- const struct sof_uuid *uid = (struct sof_uuid *)&mod->uuid[0];
+ const struct sof_uuid *uid = (struct sof_uuid *)&mod->uuid;
645
646
lib_manager_prepare_module_adapter(drv, uid);
647
0 commit comments