Lines Matching refs:dapm
84 snd_soc_dapm_new_control_unlocked(struct snd_soc_dapm_context *dapm,
87 snd_soc_dapm_new_control(struct snd_soc_dapm_context *dapm,
1072 struct snd_soc_dapm_context *dapm = &tplg->comp->dapm; in soc_tplg_dapm_graph_elems_load() local
1117 snd_soc_dapm_add_routes(dapm, &route, 1); in soc_tplg_dapm_graph_elems_load()
1373 struct snd_soc_dapm_context *dapm = &tplg->comp->dapm; in soc_tplg_dapm_widget_create() local
1481 widget = snd_soc_dapm_new_control(dapm, &template); in soc_tplg_dapm_widget_create()
1483 widget = snd_soc_dapm_new_control_unlocked(dapm, &template); in soc_tplg_dapm_widget_create()
1784 remove_widget(w->dapm->component, &w->dobj, SOC_TPLG_PASS_WIDGET); in snd_soc_tplg_widget_remove()
1789 void snd_soc_tplg_widget_remove_all(struct snd_soc_dapm_context *dapm, in snd_soc_tplg_widget_remove_all() argument
1794 list_for_each_entry_safe(w, next_w, &dapm->card->widgets, list) { in snd_soc_tplg_widget_remove_all()
1797 if (w->dobj.type != SND_SOC_DOBJ_WIDGET || w->dapm != dapm) in snd_soc_tplg_widget_remove_all()
1808 snd_soc_dapm_reset_cache(dapm); in snd_soc_tplg_widget_remove_all()