Searched refs:num_kcontrols (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/include/sound/ |
D | soc-dapm.h | 47 .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 = wncontrols} [all …]
|
/linux-6.12.1/sound/soc/intel/atom/ |
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),\
|
D | sst-atom-controls.c | 639 for (i = 0; i < w->num_kcontrols; i++) { in sst_swm_mixer_event()
|
/linux-6.12.1/sound/soc/ |
D | soc-topology.c | 398 for (i = 0; i < w->num_kcontrols; i++) in soc_tplg_remove_widget() 1172 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create() 1173 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create() 1177 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create() 1178 kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_create() 1184 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create() 1191 for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) { in soc_tplg_dapm_widget_create()
|
D | soc-dapm.c | 836 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer() 859 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() 1090 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link() 3316 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets() 3317 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets() 4202 int num_kcontrols; in snd_soc_dapm_new_dai() local 4216 num_kcontrols = 0; in snd_soc_dapm_new_dai() [all …]
|
/linux-6.12.1/sound/soc/codecs/ |
D | cx2072x.c | 1150 .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, \
|
D | hdac_hdmi.c | 701 w->num_kcontrols = numkc; in hdac_hdmi_fill_widget_info()
|
/linux-6.12.1/include/uapi/sound/ |
D | asoc.h | 494 __le32 num_kcontrols; member
|
/linux-6.12.1/sound/soc/sof/ |
D | ipc3-topology.c | 810 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data() 892 if (widget->num_kcontrols) { in sof_process_load() 893 wdata = kcalloc(widget->num_kcontrols, sizeof(*wdata), GFP_KERNEL); in sof_process_load() 939 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
|
D | topology.c | 1503 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_ready() 1505 tw->num_kcontrols); in sof_widget_ready() 1651 for (i = 0; i < widget->num_kcontrols; i++) { in sof_widget_unload()
|
D | ipc3-control.c | 599 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc3_control_update()
|
D | ipc4-control.c | 766 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc4_control_update()
|
/linux-6.12.1/sound/soc/qcom/qdsp6/ |
D | topology.c | 1034 for (i = 0; i < w->num_kcontrols; i++) { in audioreach_route_load()
|
/linux-6.12.1/sound/soc/intel/avs/ |
D | path.c | 275 for (i = 0; i < w->num_kcontrols; i++) { in avs_get_module_control()
|