pipeline: remove unneeded function declarations

Remove unneeded function prototypes in the header file.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
This commit is contained in:
Yong Zhi 2020-03-27 12:15:22 -05:00 committed by Liam Girdwood
parent 78a8ec53fd
commit adc7b1a627
1 changed files with 0 additions and 4 deletions

View File

@ -206,10 +206,6 @@ struct pipeline *pipeline_new(struct sof_ipc_pipe_new *pipe_desc,
struct comp_dev *cd);
int pipeline_free(struct pipeline *p);
/* pipeline buffer creation and destruction */
struct comp_buffer *buffer_new(struct sof_ipc_buffer *desc);
void buffer_free(struct comp_buffer *buffer);
/* insert component in pipeline */
int pipeline_connect(struct comp_dev *comp, struct comp_buffer *buffer,
int dir);