mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
fix up balance format string a bit
This commit is contained in:
parent
23cd942a0d
commit
033791ca9f
1 changed files with 3 additions and 3 deletions
|
|
@ -186,7 +186,7 @@ char *pa_sink_list_to_string(pa_core *c) {
|
|||
"\tflags: %s%s%s%s%s%s\n"
|
||||
"\tstate: %s\n"
|
||||
"\tvolume: %s%s%s\n"
|
||||
"\t balance %-20.2f\n"
|
||||
"\t balance %0.2f\n"
|
||||
"\tbase volume: %s%s%s\n"
|
||||
"\tmuted: %s\n"
|
||||
"\tcurrent latency: %0.2f ms\n"
|
||||
|
|
@ -278,7 +278,7 @@ char *pa_source_list_to_string(pa_core *c) {
|
|||
"\tflags: %s%s%s%s%s%s\n"
|
||||
"\tstate: %s\n"
|
||||
"\tvolume: %s%s%s\n"
|
||||
"\t balance %-20.2f\n"
|
||||
"\t balance %0.2f\n"
|
||||
"\tbase volume: %s%s%s\n"
|
||||
"\tmuted: %s\n"
|
||||
"\tcurrent latency: %0.2f ms\n"
|
||||
|
|
@ -441,7 +441,7 @@ char *pa_sink_input_list_to_string(pa_core *c) {
|
|||
"\tsink: %u <%s>\n"
|
||||
"\tvolume: %s\n"
|
||||
"\t %s\n"
|
||||
"\t balance %-20.2f\n"
|
||||
"\t balance %0.2f\n"
|
||||
"\tmuted: %s\n"
|
||||
"\tcurrent latency: %0.2f ms\n"
|
||||
"\trequested latency: %s\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue