Skip to content

Commit 8a70bc8

Browse files
author
Jaska Uimonen
committed
debug
1 parent 70e6c50 commit 8a70bc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

topology/pre-processor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ int pre_process(struct tplg_pre_processor *tplg_pp, char *config, size_t config_
264264
goto err;
265265
}
266266

267+
tplg_pp_config_debug(tplg_pp, tplg_pp->output_cfg);
268+
267269
/* save config to output */
268270
err = snd_config_save(tplg_pp->output_cfg, tplg_pp->output);
269271
if (err < 0)

0 commit comments

Comments
 (0)