llext: add or improve comments

Address clarity improvement requests from an earlier pull-request
review.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2024-01-26 17:40:53 +01:00 committed by Daniel Baluta
parent 193dec2c9f
commit 8bfb4896c7
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
// Pawel Dobrowolski<pawelx.dobrowolski@intel.com> // Pawel Dobrowolski<pawelx.dobrowolski@intel.com>
/* /*
* Dynamic module loading functions. * Dynamic module loading functions using Zephyr Linkable Loadable Extensions (LLEXT) interface.
*/ */
#include <sof/audio/buffer.h> #include <sof/audio/buffer.h>

View File

@ -25,7 +25,7 @@
/* module type load type */ /* module type load type */
#define SOF_MAN_MOD_TYPE_BUILTIN 0 #define SOF_MAN_MOD_TYPE_BUILTIN 0
#define SOF_MAN_MOD_TYPE_MODULE 1 #define SOF_MAN_MOD_TYPE_MODULE 1
#define SOF_MAN_MOD_TYPE_LLEXT 2 #define SOF_MAN_MOD_TYPE_LLEXT 2 /* Zephyr LLEXT-style dynamically linked */
/* module init config */ /* module init config */
#define SOF_MAN_MOD_INIT_CONFIG_BASE_CFG 0 /* Base config only */ #define SOF_MAN_MOD_INIT_CONFIG_BASE_CFG 0 /* Base config only */