Lines Matching refs:kcontrols
780 if (w->kcontrols) in dapm_is_shared_kcontrol()
781 *kcontrol = w->kcontrols[i]; in dapm_is_shared_kcontrol()
891 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()
914 if (!w->kcontrols[i]) { in dapm_new_mixer()
920 dapm_kcontrol_add_path(w->kcontrols[i], path); in dapm_new_mixer()
922 data = snd_kcontrol_chip(w->kcontrols[i]); in dapm_new_mixer()
974 dapm_kcontrol_add_path(w->kcontrols[0], path); in dapm_new_mux()
1018 w->kcontrols[i] = kcontrol; in dapm_new_dai_link()
2298 kfree(w->kcontrols); in snd_soc_dapm_free_widget()
2929 w->kcontrols = kzalloc(w->num_kcontrols * in snd_soc_dapm_new_widgets()
2932 if (!w->kcontrols) { in snd_soc_dapm_new_widgets()