Searched refs:manifest (Results 1 – 3 of 3) sorted by relevance
31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
143 int (*manifest)(struct snd_soc_component *, member
1598 struct snd_soc_tplg_manifest *manifest; in soc_tplg_manifest_load() local1603 manifest = (struct snd_soc_tplg_manifest *)tplg->pos; in soc_tplg_manifest_load()1606 if (tplg->comp && tplg->ops && tplg->ops->manifest) in soc_tplg_manifest_load()1607 return tplg->ops->manifest(tplg->comp, manifest); in soc_tplg_manifest_load()