Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.

This commit is contained in:
Jaroslav Kysela 2003-02-22 10:19:53 +00:00
parent a91efc0fe6
commit fbd99fdec0
17 changed files with 231 additions and 13 deletions

View file

@ -6,6 +6,7 @@ ALSA_0.9 {
local:
*;
};
ALSA_0.9.0rc4 {
global:
@ -77,4 +78,11 @@ ALSA_0.9.0rc4 {
snd_pcm_hw_params_set_tick_time_first;
snd_pcm_hw_params_set_tick_time_last;
}ALSA_0.9;
} ALSA_0.9;
ALSA_0.9.0rc8 {
global:
snd_pcm_hwptr;
} ALSA_0.9.0rc4;