Commit e5ca01c
committed
module: memory: partition out memory APIs from generic.c
Move all the module memory APIs into common and heap specific files with
no other changes.
This is to enable easier abstraction and partitioning around memory for
modules and userspace going forward.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>1 parent e00764e commit e5ca01c
11 files changed
Lines changed: 589 additions & 524 deletions
File tree
- src
- audio/module_adapter
- module
- include/sof/audio/module_adapter/module
- test/cmocka/src/audio
- eq_fir
- eq_iir
- mixer
- mux
- volume
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments