Skip to content

Commit f2aab1f

Browse files
kv2019ilgirdwood
authored andcommitted
schedule: rename ll_schedule.c to ll_schedule_xtos.c
The scheduler implementation in ll_schedule.c implements a low-latency (LL) scheduler using old XTOS interfaces. The code has been modified so it can be used with Zephyr using the SOF rtos/ interface. The code is only used by one build target at this point and it should not be used for new targets. To make it clear this is not the primary implementation, rename the file with a "xtos" postfix. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent add83b8 commit f2aab1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/schedule/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (CONFIG_SOC_ACP_6_0)
2929
)
3030
else()
3131
zephyr_library_sources(
32-
ll_schedule.c
32+
ll_schedule_xtos.c
3333
)
3434
endif()
3535
else()

0 commit comments

Comments
 (0)