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:
Takashi Iwai 2003-07-25 17:25:05 +00:00
parent 09161437ef
commit b5c2327ce7

View file

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