Commit 2cab6d8
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 50d0c92 commit 2cab6d8
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 | |
|---|---|---|---|
| |||
1151 | 1151 | | |
1152 | 1152 | | |
1153 | 1153 | | |
| 1154 | + | |
1154 | 1155 | | |
1155 | 1156 | | |
1156 | 1157 | | |
| |||
0 commit comments