Searched refs:num_kcontrols (Results 1 – 11 of 11) sorted by relevance
/linux/include/sound/ |
H A D | soc-dapm.h | 48 .num_kcontrols = 0} 54 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 58 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 62 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 66 .num_kcontrols = 0, .reg = SND_SOC_NOPM } 70 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 75 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 80 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 85 .num_kcontrols = 0, .reg = SND_SOC_NOPM, .event = wevent, \ 98 .kcontrol_news = wcontrols, .num_kcontrols 552 int num_kcontrols; global() member [all...] |
/linux/sound/soc/intel/atom/ |
H 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),\
|
H A D | sst-atom-controls.c | 639 for (i = 0; i < w->num_kcontrols; i++) { in sst_swm_mixer_event()
|
/linux/sound/soc/ |
H A D | soc-topology.c | 389 for (i = 0; i < w->num_kcontrols; i++) in soc_tplg_remove_widget() 1152 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create() 1153 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create() 1157 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create() 1158 kc = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_create() 1164 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create() 1171 for (i = 0; i < le32_to_cpu(w->num_kcontrols); i++) { in soc_tplg_dapm_widget_create()
|
/linux/sound/soc/codecs/ |
H A 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, \
|
H A D | hdac_hdmi.c | 699 w->num_kcontrols = numkc; in hdac_hdmi_fill_widget_info()
|
/linux/include/uapi/sound/ |
H A D | asoc.h | 494 __le32 num_kcontrols; member
|
/linux/sound/soc/sdca/ |
H A D | sdca_asoc.c | 468 (*widget)->num_kcontrols = 1; in entity_parse_su_device() 553 (*widget)->num_kcontrols = 1; in entity_parse_su_class() 646 (*widget)->num_kcontrols = entity->num_sources; in entity_parse_mu()
|
/linux/sound/soc/sof/ |
H A D | ipc3-topology.c | 813 for (i = 0; i < widget->num_kcontrols; i++) { in sof_get_control_data() 895 if (widget->num_kcontrols) { in sof_process_load() 896 wdata = kcalloc(widget->num_kcontrols, sizeof(*wdata), GFP_KERNEL); in sof_process_load() 942 for (i = 0; i < widget->num_kcontrols; i++) { in sof_process_load()
|
H A D | ipc3-control.c | 599 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc3_control_update()
|
/linux/sound/soc/intel/avs/ |
H A D | path.c | 431 for (i = 0; i < w->num_kcontrols; i++) { in avs_get_module_control()
|