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.h49 .num_kcontrols = 0}
55 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
59 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
63 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
67 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
71 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
76 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
81 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
86 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
99 .kcontrol_news = wcontrols, .num_kcontrols
552 int num_kcontrols; global() member
[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.c389 for (i = 0; i < w->num_kcontrols; i++) in soc_tplg_remove_widget()
1152 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create()
1153 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create()
1157 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1158 kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_create()
1164 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create()
1171 for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) { in soc_tplg_dapm_widget_create()
H A Dsoc-dapm.c488 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer()
1147 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol()
1281 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer()
1331 if (w->num_kcontrols != 1) { in dapm_new_mux()
1360 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_pga()
1380 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link()
3334 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets()
3336 w->num_kcontrols); in snd_soc_dapm_new_widgets()
4287 int num_kcontrols; in dapm_new_dai() local
4301 num_kcontrols = 0; in dapm_new_dai()
[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.c699 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/sdca/
H A Dsdca_asoc.c460 (*widget)->num_kcontrols = 1; in entity_parse_su_device()
545 (*widget)->num_kcontrols = 1; in entity_parse_su_class()
638 (*widget)->num_kcontrols = entity->num_sources; in entity_parse_mu()
/linux/sound/soc/sof/
H A Dipc3-topology.c813 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data()
895 if (widget->num_kcontrols) { in sof_process_load()
896 wdata = kzalloc_objs(*wdata, widget->num_kcontrols); in sof_process_load()
942 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
H A Dipc3-control.c599 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc3_control_update()
H A Dtopology.c1525 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_ready()
1527 tw->num_kcontrols); in sof_widget_ready()
1673 for (i = 0; i < widget->num_kcontrols; i++) { in sof_widget_unload()
H A Dipc4-control.c927 for (i = 0; i < widget->num_kcontrols; i++) {
/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c1057 for (i = 0; i < w->num_kcontrols; i++) { in audioreach_route_load()
/linux/sound/soc/intel/avs/
H A Dpath.c485 for (i = 0; i < w->num_kcontrols; i++) { in avs_get_module_control()