mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
tagged for new functions;
snd_seq_port_info_get/set_timestamping()
snd_seq_port_info_get/set_timestamp_real()
snd_seq_port_info_get/set_timestamp_queue()
This commit is contained in:
parent
09161437ef
commit
b5c2327ce7
1 changed files with 11 additions and 0 deletions
11
src/Versions
11
src/Versions
|
|
@ -114,3 +114,14 @@ ALSA_0.9.5 {
|
|||
|
||||
alsa_lisp;
|
||||
} ALSA_0.9.3;
|
||||
|
||||
ALSA_0.9.6 {
|
||||
global:
|
||||
|
||||
snd_seq_port_info_get_timestamping;
|
||||
snd_seq_port_info_get_timestamp_real;
|
||||
snd_seq_port_info_get_timestamp_queue;
|
||||
snd_seq_port_info_set_timestamping;
|
||||
snd_seq_port_info_set_timestamp_real;
|
||||
snd_seq_port_info_set_timestamp_queue;
|
||||
} ALSA_0.9.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue