sof icon indicating copy to clipboard operation
sof copied to clipboard

modules: module_adapter: Remove redundant exports of internal functions

Open softwarecki opened this issue 3 weeks ago • 1 comments

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.

softwarecki avatar Dec 11 '25 15:12 softwarecki