You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accept IADK module API 4.5.2 in addition to 4.5.0. Extend the
detector and system-agent vtables and append the versioned
system-service lookup slot without changing earlier slots.
This only establishes the 4.5.2 ABI. Services unavailable in the base
firmware return an error and clear the interface pointer.
Signed-off-by: Gaggery Tsai <gaggery.tsai@intel.com>
Copy file name to clipboardExpand all lines: src/audio/module_adapter/iadk/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,12 @@ classDiagram
50
50
51
51
Because the actual module resides in an external binary, it requires a "System Agent" to correctly instantiate the C++ objects during the component's `init` phase.
52
52
53
+
The adapter accepts IADK API 4.5.0 and 4.5.2 binaries. API 4.5.2
54
+
extends the detector interface with `WritePattern()`, adds
55
+
`SystemAgentInterface3::GetBssBase()`, and appends a versioned lookup
56
+
entry to the system service table. The existing table and vtable slots
57
+
keep their API 4.5.0 layout.
58
+
53
59
1. The OS host driver sends an IPC `INIT_INSTANCE` command for the module.
54
60
2. The `system_agent_start()` function intercepts this, invokes the dynamic module's `create_instance` entry point (which invokes a `ModuleFactory`).
55
61
3. The `SystemAgent` deduces the pin count (interfaces) and initial pipeline configurations using `ModuleInitialSettingsConcrete`.
0 commit comments