From: Vinod Koul <vinod.koul@intel.com>
Date: Thu, 5 Nov 2015 21:34:14 +0530
Subject: [PATCH 24/82] ASoC: Intel: add fw name to common dsp context
Git-commit: 40c3ac46a49da3b01b1802eb4c4ff08626f48546
Patch-mainline: 4.5-rc1
References: bsc#1010690

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>
Acked-by: Takashi Iwai <tiwai@suse.de>

---
 sound/soc/intel/common/sst-dsp-priv.h |    2 ++
 1 file changed, 2 insertions(+)

--- 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;
