mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-09 05:33:43 -04:00
topology: straight printf and error path fixes
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
5c1cb568ec
commit
e91b1c0670
3 changed files with 15 additions and 13 deletions
|
|
@ -483,7 +483,7 @@ int tplg_save_dapm_graph(snd_tplg_t *tplg, int index,
|
|||
}
|
||||
if (first) {
|
||||
first = 0;
|
||||
err = tplg_save_printf(dst, pfx, "\t\tlines [\n", elem->index);
|
||||
err = tplg_save_printf(dst, pfx, "\t\tlines [\n");
|
||||
if (err < 0)
|
||||
return err;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue