mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Fixed some lisp bugs
This commit is contained in:
parent
7a69ed8558
commit
1097c437a1
5 changed files with 48 additions and 16 deletions
|
|
@ -66,6 +66,7 @@ struct alisp_instance {
|
|||
/* i/o */
|
||||
snd_input_t *in;
|
||||
snd_output_t *out;
|
||||
snd_output_t *eout; /* error output */
|
||||
snd_output_t *vout; /* verbose output */
|
||||
snd_output_t *wout; /* warning output */
|
||||
snd_output_t *dout; /* debug output */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue