diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-06-17 03:04:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-06-17 03:04:21 +0200 |
commit | 64b0f38b67ed221ac11d017bd27aa62c6b1a8c2b (patch) | |
tree | c4f58d6f6313bfbb0107220d0fffe82f8365c952 /src/map-file | |
parent | c6830bd9dc53ee745ac331c4ab1c55134562d114 (diff) |
volume: implement functions for multiplicating a cvolume with a scalar
Diffstat (limited to 'src/map-file')
-rw-r--r-- | src/map-file | 2 |
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; |