Searched refs:num_kcontrols (Results 1 – 11 of 11) sorted by relevance
/linux/include/sound/ |
A D | soc-dapm.h | 45 .num_kcontrols = 0} 50 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 53 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 56 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 59 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 106 .kcontrol_news = NULL, .num_kcontrols = 0} 110 .kcontrol_news = wcontrols, .num_kcontrols = 1} 114 .kcontrol_news = wcontrols, .num_kcontrols = 1} 118 .kcontrol_news = wcontrols, .num_kcontrols = 1} 166 .kcontrol_news = wcontrols, .num_kcontrols = 1, \ [all …]
|
/linux/sound/soc/intel/atom/ |
A D | sst-atom-controls.h | 631 .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),\
|
A D | sst-atom-controls.c | 639 for (i = 0; i < w->num_kcontrols; i++) { in sst_swm_mixer_event()
|
/linux/sound/soc/codecs/ |
A D | cx2072x.c | 1158 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \ 1165 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \ 1172 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \ 1178 {.id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
|
A D | hdac_hdmi.c | 693 w->num_kcontrols = numkc; in hdac_hdmi_fill_widget_info()
|
/linux/sound/soc/ |
A D | soc-topology.c | 436 for (i = 0; w->kcontrols && i < w->num_kcontrols; i++) in remove_widget() 1473 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create() 1474 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create() 1478 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create() 1479 kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_create() 1483 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create() 1488 for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) { in soc_tplg_dapm_widget_create()
|
A D | soc-dapm.c | 833 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer() 856 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol() 987 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer() 1036 if (w->num_kcontrols != 1) { in dapm_new_mux() 1065 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_pga() 1085 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link() 3248 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets() 3249 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets() 4174 template.num_kcontrols = 1; in snd_soc_dapm_new_dai()
|
/linux/sound/soc/sof/ |
A D | topology.c | 1880 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_load_pga() 1882 tw->num_kcontrols); in sof_widget_load_pga() 2101 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data() 2177 if (widget->num_kcontrols) { in sof_process_load() 2178 wdata = kcalloc(widget->num_kcontrols, in sof_process_load() 2229 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load() 2539 for (i = 0; i < widget->num_kcontrols; i++) { in sof_widget_unload()
|
A D | control.c | 632 for (i = 0; i < widget->num_kcontrols; i++) { in snd_sof_control_notify()
|
/linux/include/uapi/sound/ |
A D | asoc.h | 498 __le32 num_kcontrols; member
|
/linux/sound/soc/intel/skylake/ |
A D | skl-topology.c | 399 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_params() 432 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_init_data() 815 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_bind_params() 912 for (i = 0; i < w->num_kcontrols; i++) in skl_tplg_add_moduleid_in_bind_params()
|
Completed in 55 milliseconds