Skip to content

Commit 3e60e0a

Browse files
committed
pipeline: fix documentation for pipeline_prepare()
Fix copy and paste error in documentation for pipeline_prepare(). Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 9b0bf52 commit 3e60e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/sof/audio/pipeline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ int pipeline_params(struct pipeline *p, struct comp_dev *cd,
269269
struct sof_ipc_pcm_params *params);
270270

271271
/**
272-
* \brief Creates a new pipeline.
272+
* \brief Prepares pipeline for processing.
273273
* \param[in] p pipeline.
274274
* \param[in,out] cd Pipeline component device.
275275
* \return 0 on success.

0 commit comments

Comments
 (0)