mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
map-file: regenerate
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/461>
This commit is contained in:
parent
353c013780
commit
f7c84b3217
1 changed files with 10 additions and 10 deletions
|
|
@ -61,7 +61,6 @@ pa_context_get_source_info_by_name;
|
|||
pa_context_get_source_info_list;
|
||||
pa_context_get_source_output_info;
|
||||
pa_context_get_source_output_info_list;
|
||||
pa_context_set_port_latency_offset;
|
||||
pa_context_get_state;
|
||||
pa_context_get_tile_size;
|
||||
pa_context_is_local;
|
||||
|
|
@ -94,6 +93,7 @@ pa_context_set_default_sink;
|
|||
pa_context_set_default_source;
|
||||
pa_context_set_event_callback;
|
||||
pa_context_set_name;
|
||||
pa_context_set_port_latency_offset;
|
||||
pa_context_set_sink_input_mute;
|
||||
pa_context_set_sink_input_volume;
|
||||
pa_context_set_sink_mute_by_index;
|
||||
|
|
@ -102,10 +102,10 @@ pa_context_set_sink_port_by_index;
|
|||
pa_context_set_sink_port_by_name;
|
||||
pa_context_set_sink_volume_by_index;
|
||||
pa_context_set_sink_volume_by_name;
|
||||
pa_context_set_source_output_mute;
|
||||
pa_context_set_source_output_volume;
|
||||
pa_context_set_source_mute_by_index;
|
||||
pa_context_set_source_mute_by_name;
|
||||
pa_context_set_source_output_mute;
|
||||
pa_context_set_source_output_volume;
|
||||
pa_context_set_source_port_by_index;
|
||||
pa_context_set_source_port_by_name;
|
||||
pa_context_set_source_volume_by_index;
|
||||
|
|
@ -176,19 +176,19 @@ pa_ext_stream_restore_test;
|
|||
pa_ext_stream_restore_write;
|
||||
pa_format_info_copy;
|
||||
pa_format_info_free;
|
||||
pa_format_info_from_string;
|
||||
pa_format_info_free_string_array;
|
||||
pa_format_info_from_sample_spec;
|
||||
pa_format_info_from_string;
|
||||
pa_format_info_get_channel_map;
|
||||
pa_format_info_get_channels;
|
||||
pa_format_info_get_prop_type;
|
||||
pa_format_info_get_prop_int;
|
||||
pa_format_info_get_prop_int_range;
|
||||
pa_format_info_get_prop_int_array;
|
||||
pa_format_info_get_prop_int_range;
|
||||
pa_format_info_get_prop_string;
|
||||
pa_format_info_get_prop_string_array;
|
||||
pa_format_info_get_prop_type;
|
||||
pa_format_info_get_rate;
|
||||
pa_format_info_get_sample_format;
|
||||
pa_format_info_free_string_array;
|
||||
pa_format_info_is_compatible;
|
||||
pa_format_info_is_pcm;
|
||||
pa_format_info_new;
|
||||
|
|
@ -210,8 +210,8 @@ pa_get_fqdn;
|
|||
pa_get_home_dir;
|
||||
pa_get_host_name;
|
||||
pa_get_library_version;
|
||||
pa_gettimeofday;
|
||||
pa_get_user_name;
|
||||
pa_gettimeofday;
|
||||
pa_glib_mainloop_free;
|
||||
pa_glib_mainloop_get_api;
|
||||
pa_glib_mainloop_new;
|
||||
|
|
@ -251,7 +251,6 @@ pa_message_params_write_raw;
|
|||
pa_message_params_write_string;
|
||||
pa_message_params_write_uint64;
|
||||
pa_msleep;
|
||||
pa_thread_make_realtime;
|
||||
pa_operation_cancel;
|
||||
pa_operation_get_state;
|
||||
pa_operation_ref;
|
||||
|
|
@ -375,6 +374,7 @@ pa_sw_volume_multiply;
|
|||
pa_sw_volume_snprint_dB;
|
||||
pa_sw_volume_to_dB;
|
||||
pa_sw_volume_to_linear;
|
||||
pa_thread_make_realtime;
|
||||
pa_threaded_mainloop_accept;
|
||||
pa_threaded_mainloop_free;
|
||||
pa_threaded_mainloop_get_api;
|
||||
|
|
@ -403,8 +403,8 @@ pa_utf8_valid;
|
|||
pa_volume_snprint;
|
||||
pa_volume_snprint_verbose;
|
||||
pa_xfree;
|
||||
pa_xmalloc;
|
||||
pa_xmalloc0;
|
||||
pa_xmalloc;
|
||||
pa_xmemdup;
|
||||
pa_xrealloc;
|
||||
pa_xstrdup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue