Searched refs:src_module (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-topology.c | 266 struct skl_module_cfg *src_module = NULL; in skl_tplg_alloc_pipe_widget() local 285 src_module = p->sink->priv; in skl_tplg_alloc_pipe_widget() 286 if (pipe->ppl_id == src_module->pipe->ppl_id) in skl_tplg_alloc_pipe_widget() 344 struct skl_module_cfg *src_module = NULL, *dst_module; in skl_tplg_mixer_dapm_pre_pmu_event() local 385 if (src_module == NULL) { in skl_tplg_mixer_dapm_pre_pmu_event() 386 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event() 390 ret = skl_bind_modules(ctx, src_module, dst_module); in skl_tplg_mixer_dapm_pre_pmu_event() 394 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event() 619 struct skl_module_cfg *src_module = NULL, *dst_module; in skl_tplg_mixer_dapm_post_pmd_event() local 629 if (src_module == NULL) { in skl_tplg_mixer_dapm_post_pmd_event() [all …]
|
D | skl-topology.h | 312 *src_module, struct skl_module_cfg *dst_module); 315 *src_module, struct skl_module_cfg *dst_module);
|
D | skl-messages.c | 659 *src_module, struct skl_module_cfg *dst_module) in skl_dump_bind_info() 662 __func__, src_module->id.module_id, src_module->id.instance_id); in skl_dump_bind_info() 667 src_module->m_state, dst_module->m_state); in skl_dump_bind_info()
|