Home
last modified time | relevance | path

Searched refs:num_kcontrols (Results 1 – 15 of 15) sorted by relevance

/linux/include/sound/
H A Dsoc-dapm.h47 .num_kcontrols = 0}
53 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
57 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
61 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
65 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
69 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
74 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
79 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
84 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
97 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
[all …]
/linux/sound/soc/intel/atom/
H A 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),\
H A Dsst-atom-controls.c639 for (i = 0; i < w->num_kcontrols; i++) { in sst_swm_mixer_event()
/linux/sound/soc/
H A Dsoc-topology.c398 for (i = 0; i < w->num_kcontrols; i++) in soc_tplg_remove_widget()
1172 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create()
1173 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create()
1177 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1178 kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_create()
1184 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create()
1191 for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) { in soc_tplg_dapm_widget_create()
H A Dsoc-dapm.c836 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer()
859 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol()
992 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer()
1041 if (w->num_kcontrols != 1) { in dapm_new_mux()
1070 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_pga()
1090 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link()
3314 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets()
3315 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets()
4200 int num_kcontrols; in snd_soc_dapm_new_dai()
4214 num_kcontrols in snd_soc_dapm_new_dai()
4201 int num_kcontrols; snd_soc_dapm_new_dai() local
[all...]
/linux/sound/soc/codecs/
H A Dcx2072x.c1150 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \
1157 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \
1164 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \
1170 {.id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
H A Dhdac_hdmi.c701 w->num_kcontrols = numkc; in hdac_hdmi_fill_widget_info()
/linux/include/uapi/sound/
H A Dasoc.h494 __le32 num_kcontrols; member
/linux/sound/soc/sof/
H A Dipc3-topology.c810 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data()
892 if (widget->num_kcontrols) { in sof_process_load()
893 wdata = kcalloc(widget->num_kcontrols, sizeof(*wdata), GFP_KERNEL); in sof_process_load()
939 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
H A Dtopology.c1503 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_ready()
1505 tw->num_kcontrols); in sof_widget_ready()
1651 for (i = 0; i < widget->num_kcontrols; i++) { in sof_widget_unload()
H A Dipc3-control.c599 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc3_control_update()
H A Dipc4-control.c766 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc4_control_update()
/linux/sound/soc/intel/skylake/
H A Dskl-topology.c
/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c1034 for (i = 0; i < w->num_kcontrols; i++) { in audioreach_route_load()
/linux/sound/soc/intel/avs/
H A Dpath.c275 for (i = 0; i < w->num_kcontrols; i++) { in avs_get_module_control()