projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc18c5f
)
ASoC: Intel: add fw name to common dsp context
author
Vinod Koul
<vinod.koul@intel.com>
Thu, 5 Nov 2015 16:04:14 +0000
(21:34 +0530)
committer
Mark Brown
<broonie@kernel.org>
Mon, 16 Nov 2015 10:08:09 +0000
(10:08 +0000)
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>
sound/soc/intel/common/sst-dsp-priv.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/common/sst-dsp-priv.h
b/sound/soc/intel/common/sst-dsp-priv.h
index 2151652d37b72e33c556b11ea46af565747fd965..4452cda2887477f712b271475ede2922f2bfd1f0 100644
(file)
--- 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;