Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaska Uimonen committed Oct 22, 2021
1 parent d017fec commit d43fa0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions topology/pre-processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ int pre_process(struct tplg_pre_processor *tplg_pp, char *config, size_t config_
goto err;
}

tplg_pp_config_debug(tplg_pp, tplg_pp->output_cfg);

/* save config to output */
err = snd_config_save(tplg_pp->output_cfg, tplg_pp->output);
if (err < 0)
Expand Down

0 comments on commit d43fa0c

Please sign in to comment.