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

Simple merge
index ddcb52a5185481057fc40b406bf3f09077b51984,9ce93e9a03b51e51424c1fa533760f392b675ad5..3a508b7a004128c5ffc4a08f3cdf5ad3cd7546e8
@@@ -121,17 -116,12 +116,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
This page took 0.029075 seconds and 5 git commands to generate.