Lines Matching refs:kcontrols
858 if (w->kcontrols) in dapm_is_shared_kcontrol()
859 *kcontrol = w->kcontrols[i]; in dapm_is_shared_kcontrol()
971 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()
994 if (!w->kcontrols[i]) { in dapm_new_mixer()
1000 dapm_kcontrol_add_path(w->kcontrols[i], path); in dapm_new_mixer()
1002 data = snd_kcontrol_chip(w->kcontrols[i]); in dapm_new_mixer()
1054 dapm_kcontrol_add_path(w->kcontrols[0], path); in dapm_new_mux()
1099 w->kcontrols[i] = kcontrol; in dapm_new_dai_link()
2504 kfree(w->kcontrols); in snd_soc_dapm_free_widget()
3249 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets()
3252 if (!w->kcontrols) { in snd_soc_dapm_new_widgets()