Searched refs:_manifest (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-topology.c | 2596 struct snd_soc_tplg_manifest *manifest, *_manifest; in soc_tplg_manifest_load() local 2605 _manifest = manifest; in soc_tplg_manifest_load() 2608 ret = manifest_new_ver(tplg, manifest, &_manifest); in soc_tplg_manifest_load() 2615 ret = tplg->ops->manifest(tplg->comp, tplg->index, _manifest); in soc_tplg_manifest_load() 2618 kfree(_manifest); in soc_tplg_manifest_load()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-topology.c | 2330 struct snd_soc_tplg_manifest *manifest, *_manifest; in soc_tplg_manifest_load() local 2339 _manifest = manifest; in soc_tplg_manifest_load() 2343 ret = manifest_new_ver(tplg, manifest, &_manifest); in soc_tplg_manifest_load() 2350 ret = tplg->ops->manifest(tplg->comp, tplg->index, _manifest); in soc_tplg_manifest_load() 2353 kfree(_manifest); in soc_tplg_manifest_load()
|
Completed in 6 milliseconds