mirror of https://github.com/thesofproject/sof.git
f47b823cfe
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> |
||
---|---|---|
.. | ||
include/testbench | ||
CMakeLists.txt | ||
common_test.c | ||
file.c | ||
testbench.c | ||
topology.c |