Commit f8908cc
committed
audio: iadk: initialize loadable modules once
The system agent called Init() as soon as the module loaded. The module
adapter called it again from framework-owned module_init(). That could
allocate detector state and register services twice.
Remove the early call and keep module_init() as the single owner. Its
return value is propagated through iadk_wrapper_init().
Signed-off-by: Gaggery Tsai <gaggery.tsai@intel.com>1 parent c02b317 commit f8908cc
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
| |||
0 commit comments