summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-11-05 19:04:14 +0300
committerMark Brown <broonie@kernel.org>2015-11-16 13:08:09 +0300
commit40c3ac46a49da3b01b1802eb4c4ff08626f48546 (patch)
tree2466442ec30e4a2c7db9366343fb5860d38ec57a
parentcc18c5fdcdcf06f75ff196dedfcde823a6556d7d (diff)
downloadlinux-40c3ac46a49da3b01b1802eb4c4ff08626f48546.tar.xz
ASoC: Intel: add fw name to common dsp context
In order to pass the fw name to IPC driver for loading fw, we need to add a memeber to store the fw name Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/common/sst-dsp-priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/common/sst-dsp-priv.h b/sound/soc/intel/common/sst-dsp-priv.h
index 2151652d37b7..4452cda28874 100644
--- a/sound/soc/intel/common/sst-dsp-priv.h
+++ b/sound/soc/intel/common/sst-dsp-priv.h
@@ -308,6 +308,8 @@ struct sst_dsp {
/* SKL data */
+ const char *fw_name;
+
/* To allocate CL dma buffers */
struct skl_dsp_loader_ops dsp_ops;
struct skl_dsp_fw_ops fw_ops;