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