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