mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
pulse: Add verbose volume printing functions
For more informative logging.
This commit is contained in:
parent
8c81f4d0bd
commit
596b2988a5
3 changed files with 89 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ pa_cvolume_set_balance;
|
|||
pa_cvolume_set_fade;
|
||||
pa_cvolume_set_position;
|
||||
pa_cvolume_snprint;
|
||||
pa_cvolume_snprint_verbose;
|
||||
pa_cvolume_valid;
|
||||
pa_encoding_to_string;
|
||||
pa_ext_device_manager_delete;
|
||||
|
|
@ -361,6 +362,7 @@ pa_utf8_filter;
|
|||
pa_utf8_to_locale;
|
||||
pa_utf8_valid;
|
||||
pa_volume_snprint;
|
||||
pa_volume_snprint_verbose;
|
||||
pa_xfree;
|
||||
pa_xmalloc;
|
||||
pa_xmalloc0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue