Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dsoc-dapm.h48 .num_kcontrols = 0}
54 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
58 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
62 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
66 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
70 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
75 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
80 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
85 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
98 .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()
/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.c468 (*widget)->num_kcontrols = 1; in entity_parse_su_device()
553 (*widget)->num_kcontrols = 1; in entity_parse_su_class()
646 (*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 = kcalloc(widget->num_kcontrols, sizeof(*wdata), GFP_KERNEL); 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()
/linux/sound/soc/intel/avs/
H A Dpath.c431 for (i = 0; i < w->num_kcontrols; i++) { in avs_get_module_control()