We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58e369 commit 3c2643cCopy full SHA for 3c2643c
src/samples/audio/smart_amp_test.toml
@@ -1,11 +1,15 @@
1
+#ifndef LOAD_TYPE
2
+#define LOAD_TYPE "0"
3
+#endif
4
+
5
REM # smart amp test module config
6
[[module.entry]]
7
name = "SMATEST"
8
uuid = "167A961E-8AE4-11EA-89F1-000C29CE1635"
9
affinity_mask = "0x1"
10
instance_count = "1"
11
domain_types = "0"
- load_type = "0"
12
+ load_type = LOAD_TYPE
13
init_config = "1"
14
module_type = "0xD"
15
auto_start = "0"
src/samples/audio/smart_amp_test_llext/llext.toml.h
@@ -1,4 +1,5 @@
#include <tools/rimage/config/platform.toml>
+#define LOAD_TYPE "2"
#include "../smart_amp_test.toml"
[module]
0 commit comments