From: Vinod Koul Date: Thu, 5 Nov 2015 16:04:14 +0000 (+0530) Subject: ASoC: Intel: add fw name to common dsp context X-Git-Tag: v4.5-rc1~80^2~26^2~1^2~6^4~76 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=40c3ac46a49da3b01b1802eb4c4ff08626f48546;p=karo-tx-linux.git 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 Signed-off-by: Mark Brown --- 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;