mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Added snd_hctl_open_ctl() function.
alisp massive extensions and tested ALSA function bindings.
This commit is contained in:
parent
6a543d8e20
commit
92093ae0fe
11 changed files with 575 additions and 128 deletions
|
|
@ -36,6 +36,7 @@ enum alisp_objects {
|
|||
ALISP_OBJ_FLOAT,
|
||||
ALISP_OBJ_IDENTIFIER,
|
||||
ALISP_OBJ_STRING,
|
||||
ALISP_OBJ_POINTER,
|
||||
ALISP_OBJ_CONS
|
||||
};
|
||||
|
||||
|
|
@ -47,6 +48,7 @@ struct alisp_object {
|
|||
char *s;
|
||||
long i;
|
||||
double f;
|
||||
const void *ptr;
|
||||
struct {
|
||||
struct alisp_object *car;
|
||||
struct alisp_object *cdr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue