Searched refs:control_hdr (Results 1 – 1 of 1) sorted by relevance
1054 struct snd_soc_tplg_ctl_hdr *control_hdr; in soc_tplg_kcontrol_elems_load() local1067 control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_kcontrol_elems_load()1069 if (control_hdr->size != sizeof(*control_hdr)) { in soc_tplg_kcontrol_elems_load()1074 switch (control_hdr->ops.info) { in soc_tplg_kcontrol_elems_load()1095 soc_bind_err(tplg, control_hdr, i); in soc_tplg_kcontrol_elems_load()1451 struct snd_soc_tplg_ctl_hdr *control_hdr; in soc_tplg_dapm_widget_create() local1500 control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_dapm_widget_create()1502 w->name, w->num_kcontrols, control_hdr->type); in soc_tplg_dapm_widget_create()1504 switch (control_hdr->ops.info) { in soc_tplg_dapm_widget_create()1549 control_hdr->ops.get, control_hdr->ops.put, in soc_tplg_dapm_widget_create()[all …]