Searched refs:kcontrol_news (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
D | soc-dapm.h | 44 { .id = snd_soc_dapm_vmid, .name = wname, .kcontrol_news = NULL, \ 49 { .id = snd_soc_dapm_siggen, .name = wname, .kcontrol_news = NULL, \ 52 { .id = snd_soc_dapm_sink, .name = wname, .kcontrol_news = NULL, \ 55 { .id = snd_soc_dapm_input, .name = wname, .kcontrol_news = NULL, \ 58 { .id = snd_soc_dapm_output, .name = wname, .kcontrol_news = NULL, \ 61 { .id = snd_soc_dapm_mic, .name = wname, .kcontrol_news = NULL, \ 65 { .id = snd_soc_dapm_hp, .name = wname, .kcontrol_news = NULL, \ 69 { .id = snd_soc_dapm_spk, .name = wname, .kcontrol_news = NULL, \ 73 { .id = snd_soc_dapm_line, .name = wname, .kcontrol_news = NULL, \ 86 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols} [all …]
|
/kernel/linux/linux-5.10/sound/soc/ |
D | soc-dapm.c | 754 const struct snd_kcontrol_new *kcontrol = &w->kcontrol_news[0]; in dapm_connect_mux() 788 p->sink->kcontrol_news[i].private_value; in dapm_set_mixer_path_status() 839 if (!strcmp(control_name, path->sink->kcontrol_news[i].name)) { in dapm_connect_mixer() 840 path->name = path->sink->kcontrol_news[i].name; in dapm_connect_mixer() 862 if (&w->kcontrol_news[i] == kcontrol_new) { in dapm_is_shared_kcontrol() 897 shared = dapm_is_shared_kcontrol(dapm, w, &w->kcontrol_news[kci], in dapm_create_or_share_kcontrol() 937 w->kcontrol_news[kci].name); in dapm_create_or_share_kcontrol() 947 name = w->kcontrol_news[kci].name; in dapm_create_or_share_kcontrol() 950 kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, in dapm_create_or_share_kcontrol() 996 if (path->name != (char *)w->kcontrol_news[i].name) in dapm_new_mixer() [all …]
|
D | soc-topology.c | 474 kfree(w->kcontrol_news[i].name); in remove_widget() 491 kfree(w->kcontrol_news[i].name); in remove_widget() 496 kfree(w->kcontrol_news); in remove_widget() 1655 template.kcontrol_news = in soc_tplg_dapm_widget_create() 1658 if (!template.kcontrol_news) { in soc_tplg_dapm_widget_create() 1670 template.kcontrol_news = in soc_tplg_dapm_widget_create() 1673 if (!template.kcontrol_news) { in soc_tplg_dapm_widget_create() 1681 template.kcontrol_news = in soc_tplg_dapm_widget_create() 1684 if (!template.kcontrol_news) { in soc_tplg_dapm_widget_create()
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 631 .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),\
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | cx2072x.c | 1160 {.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, \
|
D | hdac_hdmi.c | 692 w->kcontrol_news = wc; in hdac_hdmi_fill_widget_info() 1035 kc = widgets[mux_index].kcontrol_news; in hdac_hdmi_add_pinmux_cvt_route()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
D | skl-topology.c | 400 k = &w->kcontrol_news[i]; in skl_tplg_set_module_params() 433 k = &w->kcontrol_news[i]; in skl_tplg_set_module_init_data() 815 k = &w->kcontrol_news[i]; in skl_tplg_set_module_bind_params() 912 if ((w->kcontrol_news[i].access & in skl_tplg_add_moduleid_in_bind_params() 915 &w->kcontrol_news[i]) < 0)) in skl_tplg_add_moduleid_in_bind_params()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
D | topology.c | 2129 kc = &widget->kcontrol_news[i]; in sof_get_control_data() 2615 kc = &widget->kcontrol_news[i]; in sof_widget_unload()
|