OSDN Git Service

340d7f2d976ecc344b054b49b2f5df2a353448f1
[android-x86/external-alsa-lib.git] / src / Versions
1 ALSA_0.9 {
2   global:
3     __snd_*;
4     _snd_*;
5     snd_*;
6   local:
7     *;
8 };
9
10 ALSA_0.9.0rc4 {
11   global:
12
13     snd_pcm_hw_params_get_access;
14     snd_pcm_hw_params_set_access_first;
15     snd_pcm_hw_params_set_access_last;
16
17     snd_pcm_hw_params_get_format;
18     snd_pcm_hw_params_set_format_first;
19     snd_pcm_hw_params_set_format_last;
20
21     snd_pcm_hw_params_get_subformat;
22     snd_pcm_hw_params_set_subformat_first;
23     snd_pcm_hw_params_set_subformat_last;
24
25     snd_pcm_hw_params_get_channels;
26     snd_pcm_hw_params_get_channels_min;
27     snd_pcm_hw_params_get_channels_max;
28     snd_pcm_hw_params_set_channels_near;
29     snd_pcm_hw_params_set_channels_first;
30     snd_pcm_hw_params_set_channels_last;
31
32     snd_pcm_hw_params_get_rate;
33     snd_pcm_hw_params_get_rate_min;
34     snd_pcm_hw_params_get_rate_max;
35     snd_pcm_hw_params_set_rate_near;
36     snd_pcm_hw_params_set_rate_first;
37     snd_pcm_hw_params_set_rate_last;
38
39     snd_pcm_hw_params_get_period_time;
40     snd_pcm_hw_params_get_period_time_min;
41     snd_pcm_hw_params_get_period_time_max;
42     snd_pcm_hw_params_set_period_time_near;
43     snd_pcm_hw_params_set_period_time_first;
44     snd_pcm_hw_params_set_period_time_last;
45
46     snd_pcm_hw_params_get_period_size;
47     snd_pcm_hw_params_get_period_size_min;
48     snd_pcm_hw_params_get_period_size_max;
49     snd_pcm_hw_params_set_period_size_near;
50     snd_pcm_hw_params_set_period_size_first;
51     snd_pcm_hw_params_set_period_size_last;
52
53     snd_pcm_hw_params_get_periods;
54     snd_pcm_hw_params_get_periods_min;
55     snd_pcm_hw_params_get_periods_max;
56     snd_pcm_hw_params_set_periods_near;
57     snd_pcm_hw_params_set_periods_first;
58     snd_pcm_hw_params_set_periods_last;
59
60     snd_pcm_hw_params_get_buffer_time;
61     snd_pcm_hw_params_get_buffer_time_min;
62     snd_pcm_hw_params_get_buffer_time_max;
63     snd_pcm_hw_params_set_buffer_time_near;
64     snd_pcm_hw_params_set_buffer_time_first;
65     snd_pcm_hw_params_set_buffer_time_last;
66
67     snd_pcm_hw_params_get_buffer_size;
68     snd_pcm_hw_params_get_buffer_size_min;
69     snd_pcm_hw_params_get_buffer_size_max;
70     snd_pcm_hw_params_set_buffer_size_near;
71     snd_pcm_hw_params_set_buffer_size_first;
72     snd_pcm_hw_params_set_buffer_size_last;
73
74     snd_pcm_hw_params_get_tick_time;
75     snd_pcm_hw_params_get_tick_time_min;
76     snd_pcm_hw_params_get_tick_time_max;
77     snd_pcm_hw_params_set_tick_time_near;
78     snd_pcm_hw_params_set_tick_time_first;
79     snd_pcm_hw_params_set_tick_time_last;
80
81 } ALSA_0.9;
82
83 ALSA_0.9.0rc8 {
84   global:
85
86     snd_pcm_forward;
87     snd_pcm_status_get_trigger_htstamp;
88     snd_pcm_status_get_htstamp;
89
90 } ALSA_0.9.0rc4;
91
92 ALSA_0.9.0 {
93   global:
94
95     snd_pcm_type_name;
96     snd_timer_query_info;
97     snd_timer_query_params;
98     snd_timer_query_status;
99     snd_timer_params_set_exclusive;
100     snd_timer_params_get_exclusive;
101     snd_timer_params_set_filter;
102     snd_timer_params_get_filter;
103 } ALSA_0.9.0rc8;
104
105 ALSA_0.9.3 {
106   global:
107
108     snd_ctl_elem_info_get_dimensions;
109     snd_ctl_elem_info_get_dimension;
110 } ALSA_0.9.0;
111
112 ALSA_0.9.5 {
113   global:
114
115     alsa_lisp;
116 } ALSA_0.9.3;
117
118 ALSA_0.9.6 {
119   global:
120
121     snd_seq_port_info_get_timestamping;
122     snd_seq_port_info_get_timestamp_real;
123     snd_seq_port_info_get_timestamp_queue;
124     snd_seq_port_info_set_timestamping;
125     snd_seq_port_info_set_timestamp_real;
126     snd_seq_port_info_set_timestamp_queue;
127 } ALSA_0.9.5;