Searched refs:sink_mconfig (Results 1 – 1 of 1) sorted by relevance
932 struct skl_module_cfg *sink_mconfig; in skl_tplg_bind_sinks() local958 sink_mconfig = sink->priv; in skl_tplg_bind_sinks()971 && (sink_mconfig->m_state == SKL_MODULE_UNINIT))) { in skl_tplg_bind_sinks()974 src_mconfig, sink_mconfig); in skl_tplg_bind_sinks()983 sink_mconfig->m_state == SKL_MODULE_UNINIT) in skl_tplg_bind_sinks()987 ret = skl_bind_modules(skl, src_mconfig, sink_mconfig); in skl_tplg_bind_sinks()995 sink_mconfig, skl); in skl_tplg_bind_sinks()998 if (sink_mconfig->pipe->state != SKL_PIPE_STARTED) { in skl_tplg_bind_sinks()999 if (sink_mconfig->pipe->conn_type != in skl_tplg_bind_sinks()1002 sink_mconfig->pipe); in skl_tplg_bind_sinks()[all …]