Updated to new timer API

This commit is contained in:
Jaroslav Kysela 2003-03-04 20:01:06 +00:00
parent 6a949ee804
commit 9c084c4ba6
8 changed files with 234 additions and 18 deletions

View file

@ -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;