mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-29 07:57:59 -04:00
topology: fix the TPLG_DEBUG compilation
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
2947d83c13
commit
1482d1f254
3 changed files with 6 additions and 3 deletions
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue