-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loading module: fix native module interface register
In SOF we have a two type loadable modules, IADK and native whose are sharing the same registering mechanism but for C++/C needs IADK is using adapter which translates methods for SOF needs. Native loadable module is not using any additional adapters and returns pointer for API used in built-in modules and loadable. Signed-off-by: Dobrowolski, PawelX <pawelx.dobrowolski@intel.com>
- Loading branch information
1 parent
10f0e38
commit a082752
Showing
1 changed file
with
14 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters