mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Updated to new timer API
This commit is contained in:
parent
6a949ee804
commit
9c084c4ba6
8 changed files with 234 additions and 18 deletions
12
src/Versions
12
src/Versions
|
|
@ -88,3 +88,15 @@ ALSA_0.9.0rc8 {
|
|||
snd_pcm_status_get_htstamp;
|
||||
|
||||
} ALSA_0.9.0rc4;
|
||||
|
||||
ALSA_0.9.0 {
|
||||
global:
|
||||
|
||||
snd_timer_query_info;
|
||||
snd_timer_query_params;
|
||||
snd_timer_query_status;
|
||||
snd_timer_params_set_exclusive;
|
||||
snd_timer_params_get_exclusive;
|
||||
snd_timer_params_set_filter;
|
||||
snd_timer_params_get_filter;
|
||||
} ALSA_0.9.0rc8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue