]> code.delx.au - pulseaudio/blobdiff - src/map-file
simplify latency range by not allowing stored 'wildcard' ranges anymore
[pulseaudio] / src / map-file
index d9189743412490499853733633155fa4df8f5a44..d9496593c7d884ec6a559432b54dd564b203170d 100644 (file)
@@ -1,5 +1,7 @@
 PULSE_0 {
 global:
+pa_ascii_filter;
+pa_ascii_valid;
 pa_browser_new;
 pa_browser_new_full;
 pa_browser_ref;
@@ -9,13 +11,20 @@ pa_browser_unref;
 pa_bytes_per_second;
 pa_bytes_snprint;
 pa_bytes_to_usec;
+pa_channel_map_can_balance;
+pa_channel_map_can_fade;
+pa_channel_map_compatible;
 pa_channel_map_equal;
 pa_channel_map_init;
 pa_channel_map_init_auto;
+pa_channel_map_init_extend;
 pa_channel_map_init_mono;
 pa_channel_map_init_stereo;
 pa_channel_map_parse;
 pa_channel_map_snprint;
+pa_channel_map_superset;
+pa_channel_map_to_name;
+pa_channel_map_to_pretty_name;
 pa_channel_map_valid;
 pa_channel_position_to_pretty_string;
 pa_channel_position_to_string;
@@ -28,6 +37,9 @@ pa_context_exit_daemon;
 pa_context_get_autoload_info_by_index;
 pa_context_get_autoload_info_by_name;
 pa_context_get_autoload_info_list;
+pa_context_get_card_info_by_index;
+pa_context_get_card_info_by_name;
+pa_context_get_card_info_list;
 pa_context_get_client_info;
 pa_context_get_client_info_list;
 pa_context_get_index;
@@ -71,8 +83,11 @@ pa_context_ref;
 pa_context_remove_autoload_by_index;
 pa_context_remove_autoload_by_name;
 pa_context_remove_sample;
+pa_context_set_card_profile_by_index;
+pa_context_set_card_profile_by_name;
 pa_context_set_default_sink;
 pa_context_set_default_source;
+pa_context_set_event_callback;
 pa_context_set_name;
 pa_context_set_sink_input_mute;
 pa_context_set_sink_input_volume;
@@ -96,10 +111,26 @@ pa_context_unload_module;
 pa_context_unref;
 pa_cvolume_avg;
 pa_cvolume_channels_equal_to;
+pa_cvolume_compatible;
+pa_cvolume_compatible_with_channel_map;
 pa_cvolume_equal;
+pa_cvolume_get_balance;
+pa_cvolume_get_fade;
+pa_cvolume_init;
+pa_cvolume_max;
+pa_cvolume_remap;
+pa_cvolume_scale;
 pa_cvolume_set;
+pa_cvolume_set_balance;
+pa_cvolume_set_fade;
 pa_cvolume_snprint;
 pa_cvolume_valid;
+pa_ext_stream_restore_delete;
+pa_ext_stream_restore_read;
+pa_ext_stream_restore_set_subscribe_cb;
+pa_ext_stream_restore_subscribe;
+pa_ext_stream_restore_test;
+pa_ext_stream_restore_write;
 pa_frame_size;
 pa_get_binary_name;
 pa_get_fqdn;
@@ -132,24 +163,30 @@ pa_operation_ref;
 pa_operation_unref;
 pa_parse_sample_format;
 pa_path_get_filename;
-pa_proplist_free;
-pa_proplist_contains;
 pa_proplist_clear;
+pa_proplist_contains;
 pa_proplist_copy;
+pa_proplist_free;
+pa_proplist_from_string;
 pa_proplist_get;
 pa_proplist_gets;
+pa_proplist_isempty;
 pa_proplist_iterate;
-pa_proplist_update;
 pa_proplist_new;
 pa_proplist_set;
-pa_proplist_sets;
 pa_proplist_setf;
+pa_proplist_sets;
+pa_proplist_size;
+pa_proplist_to_string;
+pa_proplist_to_string_sep;
 pa_proplist_unset;
 pa_proplist_unset_many;
-pa_proplist_to_string;
+pa_proplist_update;
 pa_sample_format_to_string;
 pa_sample_size;
+pa_sample_size_of_format;
 pa_sample_spec_equal;
+pa_sample_spec_init;
 pa_sample_spec_snprint;
 pa_sample_spec_valid;
 pa_signal_done;
@@ -180,6 +217,7 @@ pa_stream_get_device_index;
 pa_stream_get_device_name;
 pa_stream_get_index;
 pa_stream_get_latency;
+pa_stream_get_monitor_stream;
 pa_stream_get_sample_spec;
 pa_stream_get_state;
 pa_stream_get_time;
@@ -195,7 +233,9 @@ pa_stream_proplist_update;
 pa_stream_readable_size;
 pa_stream_ref;
 pa_stream_set_buffer_attr;
+pa_stream_set_event_callback;
 pa_stream_set_latency_update_callback;
+pa_stream_set_monitor_stream;
 pa_stream_set_moved_callback;
 pa_stream_set_name;
 pa_stream_set_overflow_callback;
@@ -212,10 +252,14 @@ pa_stream_update_timing_info;
 pa_stream_writable_size;
 pa_stream_write;
 pa_strerror;
+pa_sw_cvolume_divide;
 pa_sw_cvolume_multiply;
+pa_sw_cvolume_snprint_dB;
+pa_sw_volume_divide;
 pa_sw_volume_from_dB;
 pa_sw_volume_from_linear;
 pa_sw_volume_multiply;
+pa_sw_volume_snprint_dB;
 pa_sw_volume_to_dB;
 pa_sw_volume_to_linear;
 pa_threaded_mainloop_accept;
@@ -241,6 +285,7 @@ pa_usec_to_bytes;
 pa_utf8_filter;
 pa_utf8_to_locale;
 pa_utf8_valid;
+pa_volume_snprint;
 pa_xfree;
 pa_xmalloc;
 pa_xmalloc0;