-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
72 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters