summaryrefslogtreecommitdiffstats
path: root/src/map-file
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-17 03:04:21 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-17 03:04:21 +0200
commit64b0f38b67ed221ac11d017bd27aa62c6b1a8c2b (patch)
treec4f58d6f6313bfbb0107220d0fffe82f8365c952 /src/map-file
parentc6830bd9dc53ee745ac331c4ab1c55134562d114 (diff)
volume: implement functions for multiplicating a cvolume with a scalar
Diffstat (limited to 'src/map-file')
-rw-r--r--src/map-file2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file
index c46c6792..08fb827d 100644
--- a/src/map-file
+++ b/src/map-file
@@ -264,7 +264,9 @@ pa_stream_writable_size;
pa_stream_write;
pa_strerror;
pa_sw_cvolume_divide;
+pa_sw_cvolume_divide_scalar;
pa_sw_cvolume_multiply;
+pa_sw_cvolume_multiply_scalar;
pa_sw_cvolume_snprint_dB;
pa_sw_volume_divide;
pa_sw_volume_from_dB;