mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 04:16:44 +07:00
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>
This commit is contained in:
parent
cc18c5fdcd
commit
40c3ac46a4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user