Searched refs:control_hdr (Results 1 – 1 of 1) sorted by relevance
1046 struct snd_soc_tplg_ctl_hdr *control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_kcontrol_elems_load() local1048 if (le32_to_cpu(control_hdr->size) != sizeof(*control_hdr)) { in soc_tplg_kcontrol_elems_load()1053 switch (le32_to_cpu(control_hdr->ops.info)) { in soc_tplg_kcontrol_elems_load()1077 soc_bind_err(tplg, control_hdr, i); in soc_tplg_kcontrol_elems_load()1422 struct snd_soc_tplg_ctl_hdr *control_hdr; in soc_tplg_dapm_widget_create() local1477 control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_dapm_widget_create()1479 w->name, w->num_kcontrols, control_hdr->type); in soc_tplg_dapm_widget_create()1496 control_hdr = (struct snd_soc_tplg_ctl_hdr *)tplg->pos; in soc_tplg_dapm_widget_create()1497 switch (le32_to_cpu(control_hdr->ops.info)) { in soc_tplg_dapm_widget_create()1536 control_hdr->ops.get, control_hdr->ops.put, in soc_tplg_dapm_widget_create()[all …]