Merge branch 'fix/intel' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorMark Brown <broonie@kernel.org>
Tue, 5 Jan 2016 18:06:29 +0000 (18:06 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 5 Jan 2016 18:06:29 +0000 (18:06 +0000)
1  2 
include/sound/soc-dapm.h
sound/soc/intel/skylake/skl-topology.c
sound/soc/intel/skylake/skl.c
sound/soc/intel/skylake/skl.h
sound/soc/soc-core.c
sound/soc/soc-dapm.c

Simple merge
index c38bf99ced103726fcc21d143c5f6a6321e10f2b,caa69c4598a6f14eb27c91575b49aae9fd7d3e8a..b69649aa7809ddba7e48e093b6ab993a8ba84acf
@@@ -25,8 -25,8 +25,9 @@@
  #include <linux/pci.h>
  #include <linux/pm_runtime.h>
  #include <linux/platform_device.h>
+ #include <linux/firmware.h>
  #include <sound/pcm.h>
 +#include "../common/sst-acpi.h"
  #include "skl.h"
  
  /*
index 3d167eed0f59480d1dc81bab6ddecdacee590a92,a0709e344d4419f4a37d28636cc3c79f368acd36..36a1b8c5f6d02f4960953baf7fade415d25f8244
@@@ -68,10 -67,9 +68,11 @@@ struct skl 
  
        struct skl_dsp_resource resource;
        struct list_head ppl_list;
+       struct list_head dapm_path_list;
 -
 +      const char *fw_name;
+       const struct firmware *tplg;
 +
 +      int supend_active;
  };
  
  #define skl_to_ebus(s)        (&(s)->ebus)
Simple merge
Simple merge