sof/tools/testbench
Seppo Ingalsuo f47b823cfe Tools: Testbench: File write DAI needs data structures of DAI
Previously the file component stored component data to device
private data similarly as processing components. However the
pipeline treats file as DAI. Without this patch the missing driver
and DAI operation get_init_delay_ms() causes a segfault in pipeline
parameters walk. It is sufficient for the walk to pass to have just
rzalloc() cleared pointers in driver structure.

The file component data is now placed into DAI private data.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2021-09-15 14:41:47 +01:00
..
include/testbench testbench: add a option for specifying the number of copy() iterations 2021-06-29 11:05:58 +01:00
CMakeLists.txt CMake: require version 3.13 2021-09-10 17:19:29 +01:00
common_test.c pipeline: trigger START from the task context 2021-08-31 21:14:37 +01:00
file.c Tools: Testbench: File write DAI needs data structures of DAI 2021-09-15 14:41:47 +01:00
testbench.c Tools: Testbench: File write DAI needs data structures of DAI 2021-09-15 14:41:47 +01:00
topology.c Testbench: Fix for multiple controls parsing for process components 2021-07-14 15:59:24 +01:00