From 7a1a1478819c0f4716f0612f1121a0429f455fa9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 3 Oct 2008 22:21:27 +0200 Subject: rename pa_cvolume_snprint_dB to pa_sw_cvolume_snprint_dB since it is useful only for software volumes --- src/pulse/volume.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pulse/volume.h') diff --git a/src/pulse/volume.h b/src/pulse/volume.h index 9f6e5f05..bfd8ca5b 100644 --- a/src/pulse/volume.h +++ b/src/pulse/volume.h @@ -145,10 +145,10 @@ char *pa_cvolume_snprint(char *s, size_t l, const pa_cvolume *c); * any release without warning and without being considered API or ABI * breakage. You should not use this definition anywhere where it * might become part of an ABI. \since 0.9.13 */ -#define PA_CVOLUME_SNPRINT_DB_MAX 448 +#define PA_SW_CVOLUME_SNPRINT_DB_MAX 448 /** Pretty print a volume structure but show dB values. \since 0.9.13 */ -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); /** Return the average volume of all channels */ pa_volume_t pa_cvolume_avg(const pa_cvolume *a) PA_GCC_PURE; -- cgit