Commit 2bb220f
Jyri Sarha
audio: cadence_ipc4: use tracked IPC message allocation
Use mod_ipc_msg_w_ext_init() instead of ipc_msg_w_ext_init() and
mod_free() instead of ipc_msg_free() for the Cadence codec
notification message. This ensures the IPC message is tracked as a
MOD_RES_IPC_MSG resource with proper cleanup on module unload.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent 9e5eebc commit 2bb220f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
0 commit comments