Searched refs:control_hdr (Results 1 – 1 of 1) sorted by relevance
1045 struct snd_soc_tplg_ctl_hdr *control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_kcontrol_elems_load() local1047 if (le32_to_cpu(control_hdr->size) != sizeof(*control_hdr)) { in soc_tplg_kcontrol_elems_load()1052 switch (le32_to_cpu(control_hdr->ops.info)) { in soc_tplg_kcontrol_elems_load()1076 soc_bind_err(tplg, control_hdr, i); in soc_tplg_kcontrol_elems_load()1421 struct snd_soc_tplg_ctl_hdr *control_hdr; in soc_tplg_dapm_widget_create() local1476 control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_dapm_widget_create()1478 w->name, w->num_kcontrols, control_hdr->type); in soc_tplg_dapm_widget_create()1491 control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_dapm_widget_create()1492 switch (le32_to_cpu(control_hdr->ops.info)) { in soc_tplg_dapm_widget_create()1531 control_hdr->ops.get, control_hdr->ops.put, in soc_tplg_dapm_widget_create()[all …]