snd_soc_tplg_bytes_control
struct snd_soc_tplg_bytes_control *be;
be = container_of(hdr, struct snd_soc_tplg_bytes_control, hdr);
struct snd_soc_tplg_bytes_control *be;
be = (struct snd_soc_tplg_bytes_control *)tplg->pos;
tplg->pos += (sizeof(struct snd_soc_tplg_bytes_control) + le32_to_cpu(be->priv.size));
sizeof(struct snd_soc_tplg_bytes_control),
struct snd_soc_tplg_bytes_control *control =
container_of(hdr, struct snd_soc_tplg_bytes_control, hdr);