提交 40c3ac46 编写于 作者: V Vinod Koul 提交者: Mark Brown

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: NVinod Koul <vinod.koul@intel.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 cc18c5fd
...@@ -308,6 +308,8 @@ struct sst_dsp { ...@@ -308,6 +308,8 @@ struct sst_dsp {
/* SKL data */ /* SKL data */
const char *fw_name;
/* To allocate CL dma buffers */ /* To allocate CL dma buffers */
struct skl_dsp_loader_ops dsp_ops; struct skl_dsp_loader_ops dsp_ops;
struct skl_dsp_fw_ops fw_ops; struct skl_dsp_fw_ops fw_ops;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册