Skip to content

Commit 53f713a

Browse files
committed
pipeline: fix documentation for pipeline_schedule_copy()
Fix copy and paste error in documentation for pipeline_schedule_copy(). Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 32ec38d commit 53f713a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/include/sof/audio/pipeline.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ int pipeline_comp_ll_task_init(struct pipeline *p);
369369
int pipeline_comp_dp_task_init(struct comp_dev *comp);
370370

371371
/**
372-
* \brief Free's a pipeline.
372+
* \brief Schedule a pipeline copy to run after a delay
373373
* \param[in] p pipeline.
374-
* \param[in] start Pipelien start time in microseconds.
374+
* \param[in] start Pipeline start time in microseconds.
375375
*/
376376
void pipeline_schedule_copy(struct pipeline *p, uint64_t start);
377377

0 commit comments

Comments
 (0)