Lines Matching defs:cflags
144 size_t config_size, int cflags)
148 *tplg = snd_tplg_create(cflags);
219 static int dump(const char *source_file, const char *output_file, int cflags, int sflags)
229 err = load_topology(&tplg, config, size, cflags);
311 static int compile(const char *source_file, const char *output_file, int cflags,
337 err = load_topology(&tplg, pconfig, size, cflags);
342 err = load_topology(&tplg, config, config_size, cflags);
360 int cflags, int dflags, int sflags)
370 tplg = snd_tplg_create(cflags);
442 int c, err, op = 'c', cflags = 0, dflags = 0, sflags = 0, option_index;
458 cflags |= SND_TPLG_CREATE_VERBOSE;
461 cflags |= SND_TPLG_CREATE_DAPM_NOSORT;
520 if ((cflags & SND_TPLG_CREATE_VERBOSE) != 0 &&
537 err = compile(source_file, output_file, cflags, pre_processor_defs, inc_path);
540 err = decode(source_file, output_file, cflags, dflags, sflags);
546 err = dump(source_file, output_file, cflags, sflags);