Home
last modified time | relevance | path

Searched refs:kcontrol_news (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/sound/
Dsoc-dapm.h42 { .id = snd_soc_dapm_vmid, .name = wname, .kcontrol_news = NULL, \
47 { .id = snd_soc_dapm_siggen, .name = wname, .kcontrol_news = NULL, \
50 { .id = snd_soc_dapm_sink, .name = wname, .kcontrol_news = NULL, \
53 { .id = snd_soc_dapm_input, .name = wname, .kcontrol_news = NULL, \
56 { .id = snd_soc_dapm_output, .name = wname, .kcontrol_news = NULL, \
59 { .id = snd_soc_dapm_mic, .name = wname, .kcontrol_news = NULL, \
63 { .id = snd_soc_dapm_hp, .name = wname, .kcontrol_news = NULL, \
67 { .id = snd_soc_dapm_spk, .name = wname, .kcontrol_news = NULL, \
71 { .id = snd_soc_dapm_line, .name = wname, .kcontrol_news = NULL, \
84 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
[all …]
/Linux-v5.4/sound/soc/
Dsoc-dapm.c738 const struct snd_kcontrol_new *kcontrol = &w->kcontrol_news[0]; in dapm_connect_mux()
772 p->sink->kcontrol_news[i].private_value; in dapm_set_mixer_path_status()
817 if (!strcmp(control_name, path->sink->kcontrol_news[i].name)) { in dapm_connect_mixer()
818 path->name = path->sink->kcontrol_news[i].name; in dapm_connect_mixer()
840 if (&w->kcontrol_news[i] == kcontrol_new) { in dapm_is_shared_kcontrol()
875 shared = dapm_is_shared_kcontrol(dapm, w, &w->kcontrol_news[kci], in dapm_create_or_share_kcontrol()
915 w->kcontrol_news[kci].name); in dapm_create_or_share_kcontrol()
925 name = w->kcontrol_news[kci].name; in dapm_create_or_share_kcontrol()
928 kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, in dapm_create_or_share_kcontrol()
974 if (path->name != (char *)w->kcontrol_news[i].name) in dapm_new_mixer()
[all …]
Dsoc-topology.c484 kfree(w->kcontrol_news[i].name); in remove_widget()
501 kfree(w->kcontrol_news[i].name); in remove_widget()
506 kfree(w->kcontrol_news); in remove_widget()
1630 template.kcontrol_news = in soc_tplg_dapm_widget_create()
1633 if (!template.kcontrol_news) { in soc_tplg_dapm_widget_create()
1645 template.kcontrol_news = in soc_tplg_dapm_widget_create()
1648 if (!template.kcontrol_news) { in soc_tplg_dapm_widget_create()
1656 template.kcontrol_news = in soc_tplg_dapm_widget_create()
1659 if (!template.kcontrol_news) { in soc_tplg_dapm_widget_create()
/Linux-v5.4/sound/soc/intel/atom/
Dsst-atom-controls.h631 .kcontrol_news = NULL, .num_kcontrols = 0, \
639 .kcontrol_news = NULL, .num_kcontrols = 0, \
648 .kcontrol_news = NULL, .num_kcontrols = 0, \
675 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols),\
/Linux-v5.4/sound/soc/codecs/
Dcx2072x.c1160 {.id = snd_soc_dapm_supply, .name = wname, .kcontrol_news = NULL, \
1167 {.id = snd_soc_dapm_switch, .name = wname, .kcontrol_news = NULL, \
1174 {.id = snd_soc_dapm_switch, .name = wname, .kcontrol_news = NULL, \
1181 {.id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
Dhdac_hdmi.c698 w->kcontrol_news = wc; in hdac_hdmi_fill_widget_info()
1041 kc = widgets[mux_index].kcontrol_news; in hdac_hdmi_add_pinmux_cvt_route()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl-topology.c399 k = &w->kcontrol_news[i]; in skl_tplg_set_module_params()
432 k = &w->kcontrol_news[i]; in skl_tplg_set_module_init_data()
774 k = &w->kcontrol_news[i]; in skl_tplg_set_module_bind_params()
871 if ((w->kcontrol_news[i].access & in skl_tplg_add_moduleid_in_bind_params()
874 &w->kcontrol_news[i]) < 0)) in skl_tplg_add_moduleid_in_bind_params()
/Linux-v5.4/sound/soc/sof/
Dtopology.c1772 kc = &widget->kcontrol_news[i]; in sof_get_control_data()
2228 kc = &widget->kcontrol_news[i]; in sof_widget_unload()