Searched refs:num_kcontrols (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/include/sound/ |
A D | soc-dapm.h | 46 .num_kcontrols = 0} 51 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 54 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 57 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 60 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 107 .kcontrol_news = NULL, .num_kcontrols = 0} 111 .kcontrol_news = wcontrols, .num_kcontrols = 1} 115 .kcontrol_news = wcontrols, .num_kcontrols = 1} 119 .kcontrol_news = wcontrols, .num_kcontrols = 1} 167 .kcontrol_news = wcontrols, .num_kcontrols = 1, \ [all …]
|
/linux-6.3-rc2/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-6.3-rc2/sound/soc/ |
A D | soc-dapm.c | 853 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol() 984 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer() 1033 if (w->num_kcontrols != 1) { in dapm_new_mux() 1062 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_pga() 1082 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link() 3230 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets() 3231 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets() 4134 int num_kcontrols; in snd_soc_dapm_new_dai() local 4148 num_kcontrols = 0; in snd_soc_dapm_new_dai() 4156 num_kcontrols = 1; in snd_soc_dapm_new_dai() [all …]
|
A D | soc-topology.c | 400 for (i = 0; w->kcontrols && i < w->num_kcontrols; i++) in soc_tplg_remove_widget() 1365 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create() 1366 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create() 1370 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create() 1371 kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_create() 1377 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create() 1384 for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) { in soc_tplg_dapm_widget_create()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | cx2072x.c | 1155 .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, \
|
A D | hdac_hdmi.c | 693 w->num_kcontrols = numkc; in hdac_hdmi_fill_widget_info()
|
/linux-6.3-rc2/include/uapi/sound/ |
A D | asoc.h | 494 __le32 num_kcontrols; member
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | topology.c | 1464 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_ready() 1466 tw->num_kcontrols); in sof_widget_ready() 1613 for (i = 0; i < widget->num_kcontrols; i++) { in sof_widget_unload()
|
A D | ipc3-topology.c | 785 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data() 867 if (widget->num_kcontrols) { in sof_process_load() 868 wdata = kcalloc(widget->num_kcontrols, sizeof(*wdata), GFP_KERNEL); in sof_process_load() 914 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
|
A D | ipc3-control.c | 591 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc3_control_update()
|
/linux-6.3-rc2/sound/soc/intel/skylake/ |
A D | skl-topology.c | 403 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()
|
/linux-6.3-rc2/sound/soc/qcom/qdsp6/ |
A D | topology.c | 1006 for (i = 0; i < w->num_kcontrols; i++) { in audioreach_route_load()
|
/linux-6.3-rc2/sound/soc/intel/avs/ |
A D | path.c | 278 for (i = 0; i < w->num_kcontrols; i++) { in avs_get_module_control()
|
Completed in 77 milliseconds