mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-01 14:10:00 +01:00
cleaned up
This commit is contained in:
parent
efe2099405
commit
0ae2f47dc1
2
alsa.c
2
alsa.c
|
|
@ -16,7 +16,7 @@ typedef struct {
|
|||
void (*info)(pcm_t *);
|
||||
int (*rate)(pcm_t *);
|
||||
int (*channels)(pcm_t *);
|
||||
int (*rw)(struct pcm *, short *, int);
|
||||
int (*rw)(pcm_t *, short *, int);
|
||||
snd_pcm_t *pcm;
|
||||
int index;
|
||||
int frames;
|
||||
|
|
|
|||
Loading…
Reference in a new issue