Searched refs:ipc_sink (Results 1 – 1 of 1) sorted by relevance
495 struct ipc_comp_dev *ipc_sink; in pipeline_get_dai_comp_latency() local513 ipc_sink = ipc_get_ppl_sink_comp(ipc, pipeline_id); in pipeline_get_dai_comp_latency()514 while (ipc_sink) { in pipeline_get_dai_comp_latency()523 output_data = comp_get_total_data_processed(ipc_sink->cd, 0, false); in pipeline_get_dai_comp_latency()529 ret = comp_get_attribute(ipc_sink->cd, COMP_ATTR_BASE_CONFIG, &output_base_cfg); in pipeline_get_dai_comp_latency()538 if (list_is_empty(&ipc_sink->cd->bsink_list)) in pipeline_get_dai_comp_latency()539 return dev_comp_type(ipc_sink->cd) == SOF_COMP_DAI ? ipc_sink->cd : NULL; in pipeline_get_dai_comp_latency()542 buffer = buffer_from_list(comp_buffer_list(ipc_sink->cd, PPL_DIR_DOWNSTREAM)->next, in pipeline_get_dai_comp_latency()551 ipc_sink = ipc_get_ppl_sink_comp(ipc, source->pipeline->pipeline_id); in pipeline_get_dai_comp_latency()