mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Added early event extension to the timer API - and a fix for the direct plugins
This commit is contained in:
parent
dff4d5c466
commit
64a39728a2
5 changed files with 46 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue