sof/src/host
Marcin Maka d5eaa8fcc7 dma: SG elem lists replaced with arrays
Multiple alloctions of SG elements linked as a list
replaced with single allocations of arrays.

- The code flows (esp. cleanup-on-error) are simplified,

- number of 64bytes chunk allocations reduced from 18 to 12 for
  example very basic topology, no increase in other areas
  (2-period sgls still fit),

- more efficient allocation for host page tables on legacy platforms;
  instead of going from a desc array to the list that is copied to
  another list, there is just a single allocation of array moved
  to the destination component.

Signed-off-by: Marcin Maka <marcin.maka@linux.intel.com>
2018-10-08 14:37:53 +02:00
..
Makefile.am autotools: replace user variables with automake variables 2018-07-06 13:58:47 +02:00
alloc.c host: fix rzalloc function 2018-07-02 23:55:06 -07:00
common_test.c dma: SG elem lists replaced with arrays 2018-10-08 14:37:53 +02:00
file.c host: redirect errors to stderr 2018-07-02 22:59:57 -07:00
ipc.c Host platform library: Fix compilation after git merge from next branch 2018-08-30 16:40:29 +03:00
schedule.c host: fix build for host library target. 2018-09-19 20:58:48 +01:00
testbench.c host: fix for uninitialized pointers 2018-08-31 10:57:23 +02:00
topology.c host: allow overriding input and output sample rates through command line args 2018-07-02 23:55:01 -07:00
trace.c host: arch: add new trace functions for host 2018-09-25 12:06:04 +02:00