~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to src/map-file

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-05-05 14:18:20 UTC
  • mfrom: (1.2.4 upstream) (1.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090505141820-rrr2mtdd1jkllvr8
Tags: 1:0.9.15-1ubuntu1
* Merge from unreleased Debian pulseaudio git, remaining changes:
  - epoch (my stupid fault :S)
  - Don't build against, and create jack package. Jack is not in main
  - use linear resampler to work better with lack of PREEMPT in jaunty's
    -generic kernel config, also change buffer size
  - Add alsa configuration files to route alsa applications via pulseaudio
  - Move libasound2-plugins from Recommends to Depends
  - Add pm-utils sleep hook to suspend (and resume) users' pulseaudio
    daemons
  - patch to fix source/sink and suspend-on-idle race
  - Make initscript more informative in the default case of per-user
    sessions
  - create /var/run/pulse, and make restart more robust
  - add status check for system wide pulseaudio instance
  - LSB {Required-*,Should-*} should specify hal instead of dbus,
    since hal is required (and already requires dbus)
  - indicate that the system pulseaudio instance is being started from the init
    script
  - Install more upstream man pages
  - Link to pacat for parec man page
  - check whether pulseaudio is running before preloading the padsp library
  - Add DEB_OPT_FLAG = -O3 as per recommendation from
    pulseaudio-discuss/2007-December/001017.html
  - cache /usr/share/sounds/ubuntu/stereo/ wav files on pulseaudio load
  - disable glitch free (use tsched=0)
  - Generate a PO template on build
  - add special case to disable pulseaudio loading if accessibility/speech
    is being used
  - the sd wrapper script should not load pulseaudio if pulseaudio is being
    used as a system service
  - add a pulseaudio apport hook
  - fix some typos in README.Debian
  - demote paprefs to suggests
  - drop padevchooser(Recommends) and pavucontrol (Suggests)
  - drop libasyncns-dev build dependency, its in universe
* add libudev-dev as a build-dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PULSE_0 {
2
2
global:
 
3
pa_ascii_filter;
 
4
pa_ascii_valid;
3
5
pa_browser_new;
4
6
pa_browser_new_full;
5
7
pa_browser_ref;
9
11
pa_bytes_per_second;
10
12
pa_bytes_snprint;
11
13
pa_bytes_to_usec;
 
14
pa_channel_map_can_balance;
 
15
pa_channel_map_can_fade;
12
16
pa_channel_map_compatible;
13
17
pa_channel_map_equal;
14
18
pa_channel_map_init;
18
22
pa_channel_map_init_stereo;
19
23
pa_channel_map_parse;
20
24
pa_channel_map_snprint;
 
25
pa_channel_map_superset;
 
26
pa_channel_map_to_name;
 
27
pa_channel_map_to_pretty_name;
21
28
pa_channel_map_valid;
22
29
pa_channel_position_to_pretty_string;
23
30
pa_channel_position_to_string;
30
37
pa_context_get_autoload_info_by_index;
31
38
pa_context_get_autoload_info_by_name;
32
39
pa_context_get_autoload_info_list;
 
40
pa_context_get_card_info_by_index;
 
41
pa_context_get_card_info_by_name;
 
42
pa_context_get_card_info_list;
33
43
pa_context_get_client_info;
34
44
pa_context_get_client_info_list;
35
45
pa_context_get_index;
73
83
pa_context_remove_autoload_by_index;
74
84
pa_context_remove_autoload_by_name;
75
85
pa_context_remove_sample;
 
86
pa_context_set_card_profile_by_index;
 
87
pa_context_set_card_profile_by_name;
76
88
pa_context_set_default_sink;
77
89
pa_context_set_default_source;
 
90
pa_context_set_event_callback;
78
91
pa_context_set_name;
79
92
pa_context_set_sink_input_mute;
80
93
pa_context_set_sink_input_volume;
99
112
pa_cvolume_avg;
100
113
pa_cvolume_channels_equal_to;
101
114
pa_cvolume_compatible;
 
115
pa_cvolume_compatible_with_channel_map;
102
116
pa_cvolume_equal;
 
117
pa_cvolume_get_balance;
 
118
pa_cvolume_get_fade;
103
119
pa_cvolume_init;
104
120
pa_cvolume_max;
105
121
pa_cvolume_remap;
 
122
pa_cvolume_scale;
106
123
pa_cvolume_set;
 
124
pa_cvolume_set_balance;
 
125
pa_cvolume_set_fade;
107
126
pa_cvolume_snprint;
108
 
pa_sw_cvolume_snprint_dB;
109
127
pa_cvolume_valid;
110
128
pa_ext_stream_restore_delete;
111
129
pa_ext_stream_restore_read;
149
167
pa_proplist_contains;
150
168
pa_proplist_copy;
151
169
pa_proplist_free;
 
170
pa_proplist_from_string;
152
171
pa_proplist_get;
153
172
pa_proplist_gets;
 
173
pa_proplist_isempty;
154
174
pa_proplist_iterate;
155
175
pa_proplist_new;
156
176
pa_proplist_set;
157
177
pa_proplist_setf;
158
178
pa_proplist_sets;
 
179
pa_proplist_size;
159
180
pa_proplist_to_string;
 
181
pa_proplist_to_string_sep;
160
182
pa_proplist_unset;
161
183
pa_proplist_unset_many;
162
184
pa_proplist_update;
163
185
pa_sample_format_to_string;
164
186
pa_sample_size;
 
187
pa_sample_size_of_format;
165
188
pa_sample_spec_equal;
166
189
pa_sample_spec_init;
167
190
pa_sample_spec_snprint;
210
233
pa_stream_readable_size;
211
234
pa_stream_ref;
212
235
pa_stream_set_buffer_attr;
 
236
pa_stream_set_buffer_attr_callback;
 
237
pa_stream_set_event_callback;
213
238
pa_stream_set_latency_update_callback;
214
239
pa_stream_set_monitor_stream;
215
240
pa_stream_set_moved_callback;
228
253
pa_stream_writable_size;
229
254
pa_stream_write;
230
255
pa_strerror;
 
256
pa_sw_cvolume_divide;
231
257
pa_sw_cvolume_multiply;
 
258
pa_sw_cvolume_snprint_dB;
 
259
pa_sw_volume_divide;
232
260
pa_sw_volume_from_dB;
233
261
pa_sw_volume_from_linear;
234
262
pa_sw_volume_multiply;
 
263
pa_sw_volume_snprint_dB;
235
264
pa_sw_volume_to_dB;
236
265
pa_sw_volume_to_linear;
237
266
pa_threaded_mainloop_accept;
257
286
pa_utf8_filter;
258
287
pa_utf8_to_locale;
259
288
pa_utf8_valid;
 
289
pa_volume_snprint;
260
290
pa_xfree;
261
291
pa_xmalloc;
262
292
pa_xmalloc0;