Home
last modified time | relevance | path

Searched refs:num_kcontrols (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/include/sound/
H A Dsoc-dapm.h46 .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 }
63 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
67 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
71 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
75 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
87 .kcontrol_news = wcontrols, .num_kcontrols
653 int num_kcontrols; global() member
[all...]
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-dapm.h47 .num_kcontrols = 0}
53 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
57 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
61 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
65 .num_kcontrols = 0, .reg = SND_SOC_NOPM }
69 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
74 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
79 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
84 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \
97 .kcontrol_news = wcontrols, .num_kcontrols
664 int num_kcontrols; global() member
[all...]
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-topology.c462 for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) { in remove_widget()
478 for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) { in remove_widget()
1314 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dmixer_create()
1321 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dmixer_create()
1325 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dmixer_create()
1406 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_denum_create()
1413 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_denum_create()
1417 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_denum_create()
1516 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dbytes_create()
1523 kc = kcalloc(num_kcontrols, sizeo in soc_tplg_dapm_widget_dbytes_create()
1313 soc_tplg_dapm_widget_dmixer_create( struct soc_tplg *tplg, int num_kcontrols) soc_tplg_dapm_widget_dmixer_create() argument
1405 soc_tplg_dapm_widget_denum_create( struct soc_tplg *tplg, int num_kcontrols) soc_tplg_dapm_widget_denum_create() argument
1515 soc_tplg_dapm_widget_dbytes_create( struct soc_tplg *tplg, int num_kcontrols) soc_tplg_dapm_widget_dbytes_create() argument
[all...]
H A Dsoc-dapm.c838 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer()
861 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol()
992 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer()
1041 if (w->num_kcontrols != 1) { in dapm_new_mux()
1070 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_pga()
1093 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()
4186 template.num_kcontrols = 1; in snd_soc_dapm_new_dai()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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),\
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-dapm.c830 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer()
853 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol()
986 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer()
1035 if (w->num_kcontrols != 1) { in dapm_new_mux()
1064 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_pga()
1084 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link()
3259 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets()
3260 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets()
4161 int num_kcontrols; in snd_soc_dapm_new_dai() local
4175 num_kcontrols in snd_soc_dapm_new_dai()
[all...]
H A Dsoc-topology.c400 for (i = 0; w->kcontrols && i < w->num_kcontrols; i++) in soc_tplg_remove_widget()
1348 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create()
1349 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create()
1353 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1354 kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_create()
1360 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create()
1367 for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) { in soc_tplg_dapm_widget_create()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcx2072x.c1161 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \
1168 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \
1175 .num_kcontrols = 0, .reg = wreg, .shift = wshift, .mask = wmask, \
1181 {.id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
H A Dhdac_hdmi.c698 w->num_kcontrols = numkc; in hdac_hdmi_fill_widget_info()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcx2072x.c1155 .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, \
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasoc.h492 __le32 num_kcontrols; member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasoc.h494 __le32 num_kcontrols; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasoc.h290 __le32 num_kcontrols; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasoc.h303 __le32 num_kcontrols; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasoc.h303 __le32 num_kcontrols; member
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dtopology.c1889 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_load_pga()
1891 tw->num_kcontrols); in sof_widget_load_pga()
2128 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data()
2205 if (widget->num_kcontrols) { in sof_process_load()
2206 wdata = kcalloc(widget->num_kcontrols, in sof_process_load()
2257 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
2281 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
2614 for (i = 0; i < widget->num_kcontrols; i++) { in sof_widget_unload()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc3-topology.c787 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data()
869 if (widget->num_kcontrols) { in sof_process_load()
870 wdata = kcalloc(widget->num_kcontrols, sizeof(*wdata), GFP_KERNEL); in sof_process_load()
916 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
H A Dtopology.c1501 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_ready()
1503 tw->num_kcontrols); in sof_widget_ready()
1650 for (i = 0; i < widget->num_kcontrols; i++) { in sof_widget_unload()
H A Dipc3-control.c599 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc3_control_update()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-topology.c399 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()
814 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_bind_params()
911 for (i = 0; i < w->num_kcontrols; i++) in skl_tplg_add_moduleid_in_bind_params()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-topology.c403 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()
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dtopology.c1006 for (i = 0; i < w->num_kcontrols; i++) { in audioreach_route_load()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpath.c278 for (i = 0; i < w->num_kcontrols; i++) { in avs_get_module_control()

Completed in 59 milliseconds

12