Home
last modified time | relevance | path

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

/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.c628 for (i = 0; i < w->num_kcontrols; i++) { in sst_swm_mixer_event()
/linux/sound/soc/
H A Dsoc-topology.c393 for (i = 0; i < w->num_kcontrols; i++) in soc_tplg_remove_widget()
1156 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create()
1157 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create()
1161 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1162 kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_create()
1168 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create()
1175 for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) { in soc_tplg_dapm_widget_create()
H A Dsoc-dapm.c492 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer()
1155 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol()
1292 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer()
1343 if (w->num_kcontrols != 1) { in dapm_new_mux()
1372 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link()
1392 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link()
3351 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets()
3353 w->num_kcontrols); in snd_soc_dapm_new_widgets()
4308 int num_kcontrols; in dapm_new_dai()
4322 num_kcontrols in dapm_new_dai()
4287 int num_kcontrols; dapm_new_dai() local
[all...]
/linux/include/uapi/sound/
H A Dasoc.h494 __le32 num_kcontrols; member
/linux/sound/soc/sdca/
H A Dsdca_asoc.c540 (*widget)->num_kcontrols = 1; in entity_parse_su_device()
620 (*widget)->num_kcontrols = 1; in entity_parse_su_class()
713 (*widget)->num_kcontrols = entity->num_sources; in entity_parse_mu()
/linux/sound/soc/sof/
H A Dipc3-topology.c826 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data()
908 if (widget->num_kcontrols) { in sof_process_load()
909 wdata = kzalloc_objs(*wdata, widget->num_kcontrols); in sof_process_load()
955 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
H A Dipc3-control.c628 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc3_control_update()
H A Dtopology.c1543 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_ready()
1545 le32_to_cpu(tw->num_kcontrols)); in sof_widget_ready()
1698 for (i = 0; i < widget->num_kcontrols; i++) { in sof_widget_unload()
H A Dipc4-control.c945 for (i = 0; i < widget->num_kcontrols; i++) {
/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c1162 for (i = 0; i < w->num_kcontrols; i++) {
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c701 w->num_kcontrols = numkc; in hdac_hdmi_fill_widget_info()
/linux/sound/soc/intel/avs/
H A Dpath.c483 for (i = 0; i < w->num_kcontrols; i++) { in avs_get_module_control()