mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Added snd_timer_async() function.
More updates to pcm_dmix.c .
This commit is contained in:
parent
7c5e5f5728
commit
757785fece
5 changed files with 125 additions and 32 deletions
|
|
@ -27,6 +27,7 @@
|
|||
typedef struct {
|
||||
int (*close)(snd_timer_t *timer);
|
||||
int (*nonblock)(snd_timer_t *timer, int nonblock);
|
||||
int (*async)(snd_timer_t *timer, int sig, pid_t pid);
|
||||
int (*info)(snd_timer_t *timer, snd_timer_info_t *info);
|
||||
int (*params)(snd_timer_t *timer, snd_timer_params_t *params);
|
||||
int (*status)(snd_timer_t *timer, snd_timer_status_t *status);
|
||||
|
|
@ -62,3 +63,5 @@ struct _snd_timer_query {
|
|||
};
|
||||
|
||||
int snd_timer_query_hw_open(snd_timer_query_t **handle, const char *name, int mode);
|
||||
|
||||
int snd_timer_async(snd_timer_t *timer, int sig, pid_t pid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue