Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/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()
/openbmc/linux/sound/soc/
H A Dsoc-dapm.c830 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer()
853 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol()
986 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer()
1035 if (w->num_kcontrols != 1) { in dapm_new_mux()
1064 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_pga()
1084 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link()
3259 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets()
3260 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets()
4162 int num_kcontrols; in snd_soc_dapm_new_dai() local
4176 num_kcontrols = 0; in snd_soc_dapm_new_dai()
[all …]
H A Dsoc-topology.c400 for (i = 0; w->kcontrols && i < w->num_kcontrols; i++) in soc_tplg_remove_widget()
1347 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create()
1348 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create()
1352 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1353 kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_create()
1359 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create()
1366 for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) { in soc_tplg_dapm_widget_create()
/openbmc/linux/sound/soc/codecs/
H A Dcx2072x.c1155 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \
1162 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \
1169 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \
1175 {.id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
H A Dhdac_hdmi.c698 w->num_kcontrols = numkc; in hdac_hdmi_fill_widget_info()
/openbmc/linux/include/uapi/sound/
H A Dasoc.h494 __le32 num_kcontrols; member
/openbmc/linux/sound/soc/sof/
H A Dipc3-topology.c790 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data()
872 if (widget->num_kcontrols) { in sof_process_load()
873 wdata = kcalloc(widget->num_kcontrols, sizeof(*wdata), GFP_KERNEL); in sof_process_load()
919 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
H A Dtopology.c1501 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_ready()
1503 tw->num_kcontrols); in sof_widget_ready()
1650 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()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-topology.c403 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_params()
436 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_init_data()
781 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_bind_params()
878 for (i = 0; i < w->num_kcontrols; i++) in skl_tplg_add_moduleid_in_bind_params()
/openbmc/linux/sound/soc/intel/avs/
H A Dpath.c278 for (i = 0; i < w->num_kcontrols; i++) { in avs_get_module_control()
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c1006 for (i = 0; i < w->num_kcontrols; i++) { in audioreach_route_load()