Added early event extension to the timer API - and a fix for the direct plugins

This commit is contained in:
Jaroslav Kysela 2004-04-06 17:29:25 +00:00
parent dff4d5c466
commit 64a39728a2
5 changed files with 46 additions and 6 deletions

View file

@ -152,3 +152,10 @@ ALSA_1.0.4 {
snd_spcm_init_duplex;
snd_spcm_init_get_params;
} ALSA_0.9.8;
ALSA_1.0.5 {
global:
snd_timer_params_set_early_event;
snd_timer_params_get_early_event;
} ALSA_1.0.4;