mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
ASoC: Intel: Store the entry_point read from FW file
To enable some modules from other than base FW, according to FW interface spec, we need pass the correct entry point param to FW, so here store the entry_point read from FW file for later usage. Signed-off-by: Jie Yang <yang.jie@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5129ad6e4e
commit
85b88a8dd0
@ -497,6 +497,7 @@ struct sst_module *sst_module_new(struct sst_fw *sst_fw,
|
||||
sst_module->sst_fw = sst_fw;
|
||||
sst_module->scratch_size = template->scratch_size;
|
||||
sst_module->persistent_size = template->persistent_size;
|
||||
sst_module->entry = template->entry;
|
||||
|
||||
INIT_LIST_HEAD(&sst_module->block_list);
|
||||
INIT_LIST_HEAD(&sst_module->runtime_list);
|
||||
|
Loading…
Reference in New Issue
Block a user