Lines Matching refs:control_hdr
1054 struct snd_soc_tplg_ctl_hdr *control_hdr; in soc_tplg_kcontrol_elems_load() local
1067 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() local
1500 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()
1550 control_hdr->ops.info); in soc_tplg_dapm_widget_create()