Skip to content

Commit 499da43

Browse files
lyakhlgirdwood
authored andcommitted
dp: application: log when starting the thread
Add a single information level log entry when the userspace DP thread starts. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 5134de1 commit 499da43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/schedule/zephyr_dp_schedule_application.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ void dp_thread_fn(void *p1, void *p2, void *p3)
283283

284284
/* The IPC thread is waiting for the thread to be started, it can proceed now. */
285285
k_sem_give(&dp_sync[task->core]);
286+
comp_info(pmod->dev, "userspace thread started");
286287

287288
do {
288289
/*

0 commit comments

Comments
 (0)