summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-11-05 21:34:15 +0530
committerMark Brown <broonie@kernel.org>2015-11-16 10:08:09 +0000
commitaecf6fd878eba5182665cccb943205be4c9a0337 (patch)
tree28b4511b7e22dfa64805b0de46702fa4588f1af9 /sound/soc/intel/skylake/skl.h
parent40c3ac46a49da3b01b1802eb4c4ff08626f48546 (diff)
ASoC: Intel: Skylake: Use the fw name from ACPI mach table
The firmware name is hard coded which doesnt allow to load different platforms for various platforms so get this name from available machine table and pass it to dsp context for loading 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl.h b/sound/soc/intel/skylake/skl.h
index 9b1beed26f0f..774c29cf84dc 100644
--- a/sound/soc/intel/skylake/skl.h
+++ b/sound/soc/intel/skylake/skl.h
@@ -68,6 +68,8 @@ struct skl {
struct skl_dsp_resource resource;
struct list_head ppl_list;
+
+ const char *fw_name;
};
#define skl_to_ebus(s) (&(s)->ebus)