sof
sof copied to clipboard
modules: module_adapter: Remove redundant exports of internal functions
Remove redundant exports of internal module adapter functions.
Loadable modules expose the module_interface interface, which is used by the module adapter. They do not need to call any module_adapter functions directly because they do not provide the comp_driver interface.