Lines Matching defs:manifest
134 snd_config_t *manifest;
140 /* merge manifest struct and nhlt bytes as new config into existing SectionData*/
145 ret = snd_config_search(data_section, data_name, &manifest);
149 ret = snd_config_search(manifest, "bytes", &old_bytes);
215 struct sof_manifest manifest;
247 manifest.count = 1;
265 *dst++ = manifest.count;
266 *dst++ = manifest.count >> 2;
419 fprintf(stderr, "can't re-create manifest, err %d\n", ret);
425 fprintf(stderr, "can't merge manifest data, err %d\n", ret);