mirror of https://github.com/thesofproject/sof.git
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:
parent
193dec2c9f
commit
8bfb4896c7
|
@ -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>
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue