Searched refs:num_kcontrols (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/sound/ |
D | soc-dapm.h | 43 .num_kcontrols = 0} 48 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 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, .event = wevent, \ 64 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 68 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 72 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 84 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols} [all …]
|
/Linux-v4.19/sound/soc/ |
D | soc-topology.c | 459 for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) { in remove_widget() 476 for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) { in remove_widget() 1172 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dmixer_create() argument 1179 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dmixer_create() 1183 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dmixer_create() 1259 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_denum_create() argument 1266 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_denum_create() 1270 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_denum_create() 1494 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create() 1496 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create() [all …]
|
D | soc-dapm.c | 782 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer() 805 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol() 935 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer() 984 if (w->num_kcontrols != 1) { in dapm_new_mux() 1013 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_pga() 1035 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link() 3051 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets() 3052 w->kcontrols = kcalloc(w->num_kcontrols, in snd_soc_dapm_new_widgets() 3936 template.num_kcontrols = 1; in snd_soc_dapm_new_pcm()
|
/Linux-v4.19/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 640 .kcontrol_news = NULL, .num_kcontrols = 0, \ 648 .kcontrol_news = NULL, .num_kcontrols = 0, \ 657 .kcontrol_news = NULL, .num_kcontrols = 0, \ 684 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols),\
|
D | sst-atom-controls.c | 629 for (i = 0; i < w->num_kcontrols; i++) { in sst_swm_mixer_event()
|
/Linux-v4.19/include/uapi/sound/ |
D | asoc.h | 492 __le32 num_kcontrols; member
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-topology.c | 501 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_params() 534 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_init_data() 894 for (i = 0; i < w->num_kcontrols; i++) { in skl_tplg_set_module_bind_params() 994 for (i = 0; i < w->num_kcontrols; i++) in skl_tplg_add_moduleid_in_bind_params()
|
/Linux-v4.19/sound/soc/codecs/ |
D | hdac_hdmi.c | 669 w->num_kcontrols = numkc; in hdac_hdmi_fill_widget_info()
|