Lines Matching refs:kcontrols
855 if (w->kcontrols) in dapm_is_shared_kcontrol()
856 *kcontrol = w->kcontrols[i]; in dapm_is_shared_kcontrol()
968 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()
991 if (!w->kcontrols[i]) { in dapm_new_mixer()
997 dapm_kcontrol_add_path(w->kcontrols[i], path); in dapm_new_mixer()
999 data = snd_kcontrol_chip(w->kcontrols[i]); in dapm_new_mixer()
1051 dapm_kcontrol_add_path(w->kcontrols[0], path); in dapm_new_mux()
1096 w->kcontrols[i] = kcontrol; in dapm_new_dai_link()
2499 kfree(w->kcontrols); in snd_soc_dapm_free_widget()
3231 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets()
3234 if (!w->kcontrols) { in snd_soc_dapm_new_widgets()