Searched refs:sink_mconfig (Results 1 – 1 of 1) sorted by relevance
1048 struct skl_module_cfg *sink_mconfig; in skl_tplg_bind_sinks() local1073 sink_mconfig = sink->priv; in skl_tplg_bind_sinks()1086 && (sink_mconfig->m_state == SKL_MODULE_UNINIT))) { in skl_tplg_bind_sinks()1089 src_mconfig, sink_mconfig); in skl_tplg_bind_sinks()1098 sink_mconfig->m_state == SKL_MODULE_UNINIT) in skl_tplg_bind_sinks()1102 ret = skl_bind_modules(ctx, src_mconfig, sink_mconfig); in skl_tplg_bind_sinks()1108 skl_tplg_set_module_bind_params(sink, sink_mconfig, ctx); in skl_tplg_bind_sinks()1111 if (sink_mconfig->pipe->state != SKL_PIPE_STARTED) { in skl_tplg_bind_sinks()1112 if (sink_mconfig->pipe->conn_type != in skl_tplg_bind_sinks()1115 sink_mconfig->pipe); in skl_tplg_bind_sinks()[all …]