Commit fce00cd
Jyri Sarha
Audio: Selector: Memory, blob, and fast_get allocs to module API
Allocate all memory, blob handlers, and fast_get() buffers through
module API mod_alloc() and friends and remove all redundant rfree(),
comp_data_blob_handler_free(), and fast_put() calls from module unload
functions and init error branches.
The IPC3 implementation of selector uses the component interface
directly and can not use the new module API.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent f69470d commit fce00cd
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
| 616 | + | |
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
733 | | - | |
734 | 732 | | |
735 | 733 | | |
736 | | - | |
737 | | - | |
738 | 734 | | |
739 | 735 | | |
740 | 736 | | |
| |||
0 commit comments