topology: fix the TPLG_DEBUG compilation

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2019-12-29 20:05:14 +01:00
parent 2947d83c13
commit 1482d1f254
3 changed files with 6 additions and 3 deletions

View file

@ -129,7 +129,7 @@ int tplg_parse_channel(snd_tplg_t *tplg, snd_config_t *cfg,
else if (strcmp(id, "shift") == 0)
channel->shift = value;
tplg_dbg("\t\t%s = %s\n", id, value);
tplg_dbg("\t\t%s = %d\n", id, value);
}
tplg->channel_idx++;