mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-07 04:33:44 -05:00
Implemented generic sync requests
This commit is contained in:
parent
9c72daca41
commit
74832704a8
6 changed files with 55 additions and 36 deletions
|
|
@ -33,7 +33,6 @@ struct snd_pcm_ops {
|
|||
int (*status)(void *private, snd_pcm_status_t *status);
|
||||
int (*prepare)(void *private);
|
||||
int (*go)(void *private);
|
||||
int (*sync_go)(void *private, snd_pcm_sync_t *sync);
|
||||
int (*drain)(void *private);
|
||||
int (*flush)(void *private);
|
||||
int (*pause)(void *private, int enable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue