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
@@@ -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"
  
  /*
@@@ -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