Searched refs:num_kcontrols (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/sound/ |
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, .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} 89 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols} [all …]
|
/linux-4.4.14/sound/soc/ |
D | soc-topology.c | 483 for (i = 0; i < w->num_kcontrols; i++) { in remove_widget() 1124 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dmixer_create() argument 1131 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dmixer_create() 1135 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dmixer_create() 1416 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create() 1417 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create() 1423 w->name, w->num_kcontrols, control_hdr->type); in soc_tplg_dapm_widget_create() 1432 template.num_kcontrols = w->num_kcontrols; in soc_tplg_dapm_widget_create() 1435 template.num_kcontrols); in soc_tplg_dapm_widget_create() 1447 template.num_kcontrols = 1; in soc_tplg_dapm_widget_create() [all …]
|
D | soc-dapm.c | 755 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer() 778 for (i = 0; i < w->num_kcontrols; i++) { in dapm_is_shared_kcontrol() 907 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_mixer() 956 if (w->num_kcontrols != 1) { in dapm_new_mux() 985 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_pga() 1007 for (i = 0; i < w->num_kcontrols; i++) { in dapm_new_dai_link() 2928 if (w->num_kcontrols) { in snd_soc_dapm_new_widgets() 2929 w->kcontrols = kzalloc(w->num_kcontrols * in snd_soc_dapm_new_widgets() 3672 template.num_kcontrols = 1; in snd_soc_dapm_new_pcm()
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 633 .kcontrol_news = NULL, .num_kcontrols = 0, \ 641 .kcontrol_news = NULL, .num_kcontrols = 0, \ 650 .kcontrol_news = NULL, .num_kcontrols = 0, \ 677 .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols),\
|
D | sst-atom-controls.c | 628 for (i = 0; i < w->num_kcontrols; i++) { in sst_swm_mixer_event()
|
/linux-4.4.14/include/uapi/sound/ |
D | asoc.h | 363 __le32 num_kcontrols; member
|