volume: implement functions for multiplicating a cvolume with a scalar

This commit is contained in:
Lennart Poettering 2009-06-17 03:04:21 +02:00
parent c6830bd9dc
commit 64b0f38b67
3 changed files with 47 additions and 3 deletions

View 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;