pipeline: remove eunused function.

Not used anywhere

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2021-03-29 11:34:35 +01:00 committed by Liam Girdwood
parent f8107edba0
commit cf453a93f5
1 changed files with 0 additions and 3 deletions

View File

@ -176,9 +176,6 @@ void pipeline_cache(struct pipeline *p, struct comp_dev *dev, int cmd);
/* trigger pipeline - atomic */
int pipeline_trigger(struct pipeline *p, struct comp_dev *host_cd, int cmd);
/* pipeline creation */
int init_pipeline(void);
/* recover the pipeline from a XRUN condition */
int pipeline_xrun_recover(struct pipeline *p);