Searched refs:control_hdr (Results 1 – 1 of 1) sorted by relevance
976 struct snd_soc_tplg_ctl_hdr *control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_kcontrol_elems_load() local978 if (le32_to_cpu(control_hdr->size) != sizeof(*control_hdr)) { in soc_tplg_kcontrol_elems_load()983 switch (le32_to_cpu(control_hdr->ops.info)) { in soc_tplg_kcontrol_elems_load()1004 soc_bind_err(tplg, control_hdr, i); in soc_tplg_kcontrol_elems_load()1315 struct snd_soc_tplg_ctl_hdr *control_hdr; in soc_tplg_dapm_widget_create() local1385 control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_dapm_widget_create()1386 switch (le32_to_cpu(control_hdr->ops.info)) { in soc_tplg_dapm_widget_create()1425 control_hdr->ops.get, control_hdr->ops.put, in soc_tplg_dapm_widget_create()1426 le32_to_cpu(control_hdr->ops.info)); in soc_tplg_dapm_widget_create()
Completed in 12 milliseconds