Skip to content

Commit 3a4dfc9

Browse files
committed
dp: Update file naming to better reflect implementation
Update the DP scheduler file name by replacing the proxy postfix to reflect actual content and avoid misleading semantics. The file does not implement any proxy layer, and it is also used when userspace is not active. It contains only the native DP thread. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent 33079fd commit 3a4dfc9

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
@@ -41,7 +41,7 @@ endif()
4141
if (CONFIG_SOF_USERSPACE_PROXY OR NOT CONFIG_USERSPACE)
4242
zephyr_library_sources_ifdef(CONFIG_ZEPHYR_DP_SCHEDULER
4343
zephyr_dp_schedule.c
44-
zephyr_dp_schedule_proxy.c
44+
zephyr_dp_schedule_thread.c
4545
)
4646
else()
4747
zephyr_library_sources_ifdef(CONFIG_ZEPHYR_DP_SCHEDULER

0 commit comments

Comments
 (0)