You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
audio: copier: Use module API also for allocating non cached memory
The module API was extended to pass flags the allocation back-end
[1]. With this change there is no reason not use module API also to
allocate the DMA buffers.
The same commit that extended the API also actively ignored the
SOF_MEM_FLAG_USER flag that earlier used every where. It is and idle
flag with no functionality behind it, so I dropped it from the
converted calls.
[1] 1d170fc module: add an allocation function with flags
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
0 commit comments