summaryrefslogtreecommitdiff
path: root/sound/soc/intel/skylake/skl.h
diff options
context:
space:
mode:
authorJeeja KP <jeeja.kp@intel.com>2015-10-27 09:22:51 +0900
committerMark Brown <broonie@kernel.org>2015-11-16 10:08:09 +0000
commitce1b5551a06af31a72feeb50c02a9fe22599926a (patch)
tree8b2e5450854e0e124cb2988ddf3ab393f109ac53 /sound/soc/intel/skylake/skl.h
parent83b50246d3f193ce7f0546786097ee673c359eb2 (diff)
ASoC: Intel: Skylake: use module_pin info for unbind
in_pin and out_pin list for a module has the information about the module that are bound together. So we can directly look at pin information of module for binding and unbind. As a result the preinitialized dapm_path_last we had is removed and code and memory optimzed. Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl.h')
-rw-r--r--sound/soc/intel/skylake/skl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl.h b/sound/soc/intel/skylake/skl.h
index dd2e79ae45a8..f803ebb10605 100644
--- a/sound/soc/intel/skylake/skl.h
+++ b/sound/soc/intel/skylake/skl.h
@@ -67,7 +67,6 @@ struct skl {
struct skl_dsp_resource resource;
struct list_head ppl_list;
- struct list_head dapm_path_list;
};
#define skl_to_ebus(s) (&(s)->ebus)