Searched defs:pipeline_data (Results 1 – 2 of 2) sorted by relevance
96 struct pipeline_data { struct97 struct comp_dev *start;98 struct sof_ipc_pcm_params *params;99 struct sof_ipc_stream_posn *posn;100 struct pipeline *p;101 int cmd;
20 struct pipeline_new_setup_data *pipeline_data = malloc( in setup() local