mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
added full async interface to timer API
- added snd_async_add_timer_handler and snd_async_handler_get_timer functions - added async command to test/timer.c
This commit is contained in:
parent
a022bc1fbc
commit
8ec3e4ea6c
7 changed files with 99 additions and 3 deletions
|
|
@ -197,6 +197,9 @@ ALSA_1.0.9 {
|
|||
|
||||
snd_pcm_parse_control_id;
|
||||
|
||||
snd_async_add_timer_handler;
|
||||
snd_async_handler_get_timer;
|
||||
|
||||
snd_timer_ginfo_sizeof;
|
||||
snd_timer_ginfo_malloc;
|
||||
snd_timer_ginfo_free;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue