diff mbox

[v2,5/6] ASoC: Intel: add fw name to common dsp context

Message ID 1446739455-22332-6-git-send-email-vinod.koul@intel.com (mailing list archive)
State Accepted
Commit 40c3ac46a49da3b01b1802eb4c4ff08626f48546
Headers show

Commit Message

Vinod Koul Nov. 5, 2015, 4:04 p.m. UTC
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>
---
 sound/soc/intel/common/sst-dsp-priv.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

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;