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:
7edf4db
)
ASoC: Intel: Skylake: Initialize module list for Broxton
author
Vinod Koul
<vinod.koul@intel.com>
Tue, 14 Jun 2016 16:03:44 +0000
(21:33 +0530)
committer
Mark Brown
<broonie@kernel.org>
Mon, 11 Jul 2016 17:19:33 +0000
(18:19 +0100)
The module list was not initialized for Broxton DSP code, so
initialize it.
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/bxt-sst.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/skylake/bxt-sst.c
b/sound/soc/intel/skylake/bxt-sst.c
index 965ce40ce7520a37520b116d76ba1885aaaaeb7c..8b95e09e23e8bd3fe9ddd886538b9f07d8a4c07d 100644
(file)
--- a/
sound/soc/intel/skylake/bxt-sst.c
+++ b/
sound/soc/intel/skylake/bxt-sst.c
@@
-291,6
+291,7
@@
int bxt_sst_dsp_init(struct device *dev, void __iomem *mmio_base, int irq,
sst_dsp_mailbox_init(sst, (BXT_ADSP_SRAM0_BASE + SKL_ADSP_W0_STAT_SZ),
SKL_ADSP_W0_UP_SZ, BXT_ADSP_SRAM1_BASE, SKL_ADSP_W1_SZ);
+ INIT_LIST_HEAD(&sst->module_list);
ret = skl_ipc_init(dev, skl);
if (ret)
return ret;