Lines Matching refs:kcontrols
841 if (w->kcontrols) in dapm_is_shared_kcontrol()
842 *kcontrol = w->kcontrols[i]; in dapm_is_shared_kcontrol()
954 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()
977 if (!w->kcontrols[i]) { in dapm_new_mixer()
983 dapm_kcontrol_add_path(w->kcontrols[i], path); in dapm_new_mixer()
985 data = snd_kcontrol_chip(w->kcontrols[i]); in dapm_new_mixer()
1037 dapm_kcontrol_add_path(w->kcontrols[0], path); in dapm_new_mux()
1082 w->kcontrols[i] = kcontrol; in dapm_new_dai_link()
2477 kfree(w->kcontrols); in snd_soc_dapm_free_widget()
3196 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets()
3199 if (!w->kcontrols) { in snd_soc_dapm_new_widgets()