mirror of https://github.com/thesofproject/sof.git
648345065a
This commit: 1. Renames specific schedulers: - schedule (.c/.h) -> edf_schedule (.c/.h) - work (.c/.h) -> ll_schedule (.c/.h) 2. Implements new generic scheduler api based on generic struct with scheduler ops. Every specific scheduler exports struct with pointers to its specific functions. 3. Makes edf and ll using generic api (exports structure with pointers to its own specific functions) 4. Updates host and pipeline tests due to scheduler changes. Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
convert.c | ||
convert.h | ||
logger.c |