Skip to content

Commit

Permalink
llext: add or improve comments
Browse files Browse the repository at this point in the history
Address clarity improvement requests from an earlier pull-request
review.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
  • Loading branch information
lyakh authored and dbaluta committed Jan 29, 2024
1 parent 193dec2 commit 8bfb489
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/library_manager/llext_manager.c
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
// 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>
2 changes: 1 addition & 1 deletion tools/rimage/src/include/rimage/sof/user/manifest.h
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
/* module type load type */
#define SOF_MAN_MOD_TYPE_BUILTIN 0
#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 */
#define SOF_MAN_MOD_INIT_CONFIG_BASE_CFG 0 /* Base config only */

0 comments on commit 8bfb489

Please sign in to comment.