mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
rename pa_cvolume_snprint_dB to pa_sw_cvolume_snprint_dB since it is
useful only for software volumes
This commit is contained in:
parent
c0815deb4a
commit
7a1a147881
4 changed files with 6 additions and 6 deletions
|
|
@ -170,7 +170,7 @@ char *pa_cvolume_snprint(char *s, size_t l, const pa_cvolume *c) {
|
|||
return s;
|
||||
}
|
||||
|
||||
char *pa_cvolume_snprint_dB(char *s, size_t l, const pa_cvolume *c) {
|
||||
char *pa_sw_cvolume_snprint_dB(char *s, size_t l, const pa_cvolume *c) {
|
||||
unsigned channel;
|
||||
pa_bool_t first = TRUE;
|
||||
char *e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue