Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
authorMark Brown <broonie@kernel.org>
Thu, 29 Sep 2016 19:43:59 +0000 (12:43 -0700)
committerMark Brown <broonie@kernel.org>
Thu, 29 Sep 2016 19:43:59 +0000 (12:43 -0700)
1  2 
sound/pci/hda/hda_intel.c
sound/soc/intel/skylake/skl-sst-utils.c
sound/soc/intel/skylake/skl.c

Simple merge
@@@ -121,17 -121,12 +121,17 @@@ int snd_skl_get_module_info(struct skl_
        struct uuid_module *module;
        uuid_le *uuid_mod;
  
-       uuid_mod = (uuid_le *)uuid;
+       uuid_mod = (uuid_le *)mconfig->guid;
  
 +      if (list_empty(&ctx->uuid_list)) {
 +              dev_err(ctx->dev, "Module list is empty\n");
 +              return -EINVAL;
 +      }
 +
        list_for_each_entry(module, &ctx->uuid_list, list) {
                if (uuid_le_cmp(*uuid_mod, module->uuid) == 0) {
-                       dfw_config->module_id = module->id;
-                       dfw_config->is_loadable = module->is_loadable;
+                       mconfig->id.module_id = module->id;
+                       mconfig->is_loadable = module->is_loadable;
  
                        return 0;
                }
Simple merge