Commit 86a738c
committed
audio: export symbols for LLEXT module compatibility
This patch exports the symbols `comp_is_current_data_blob_valid` and
`ipc4_update_source_format` to resolve issues encountered when the
Google RTC module was converted into an LLEXT module. The lack of
exported symbols was causing warnings and subsequent firmware exceptions
when these functions were called from within the module.
Changes include:
- Adding `EXPORT_SYMBOL` for `comp_is_current_data_blob_valid` in
src/audio/data_blob.c.
- Adding `EXPORT_SYMBOL` for `ipc4_update_source_format` in
src/ipc/ipc4/helper.c.
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>1 parent 800f6ce commit 86a738c
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1218 | 1218 | | |
1219 | 1219 | | |
1220 | 1220 | | |
| 1221 | + | |
1221 | 1222 | | |
1222 | 1223 | | |
1223 | 1224 | | |
| |||
0 commit comments