mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed some lisp bugs
This commit is contained in:
parent
7a69ed8558
commit
1097c437a1
5 changed files with 48 additions and 16 deletions
|
|
@ -65,7 +65,7 @@ static void interpret_filename(const char *file)
|
|||
cfg.warning = warning;
|
||||
cfg.debug = debug;
|
||||
cfg.in = in;
|
||||
cfg.out = cfg.vout = cfg.wout = cfg.dout = out;
|
||||
cfg.out = cfg.eout = cfg.vout = cfg.wout = cfg.dout = out;
|
||||
cfg.root = root;
|
||||
cfg.node = root;
|
||||
err = alsa_lisp(&cfg);
|
||||
|
|
@ -73,7 +73,7 @@ static void interpret_filename(const char *file)
|
|||
if (err < 0)
|
||||
fprintf(stderr, "alsa lisp returned error %i (%s)\n", err, strerror(err));
|
||||
else if (verbose)
|
||||
printf("file %s passed ok via alsa lisp interpreter", file);
|
||||
printf("file %s passed ok via alsa lisp interpreter\n", file);
|
||||
snd_config_save(root, out);
|
||||
snd_output_close(out);
|
||||
snd_input_close(in);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue