goto free_uuid_list;
                }
 
-               guid_copy(&module->uuid, (guid_t *)&mod_entry->uuid);
+               import_guid(&module->uuid, mod_entry->uuid);
 
                module->id = (i | (index << 12));
                module->is_loadable = mod_entry->type.load_type;
 
              struct snd_soc_tplg_vendor_uuid_elem *uuid_tkn)
 {
        if (uuid_tkn->token == SKL_TKN_UUID) {
-               guid_copy(guid, (guid_t *)&uuid_tkn->uuid);
+               import_guid(guid, uuid_tkn->uuid);
                return 0;
        }
 
                                dev_err(dev, "Too many UUID tokens\n");
                                return -EINVAL;
                        }
-                       guid_copy(&skl->modules[uuid_index++]->uuid,
-                                 (guid_t *)&array->uuid->uuid);
+                       import_guid(&skl->modules[uuid_index++]->uuid,
+                                   array->uuid->uuid);
 
                        tuple_size += sizeof(*array->uuid);
                        continue;