summaryrefslogtreecommitdiffstats
path: root/src/pulse/volume.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-27 22:49:02 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-27 23:39:58 +0100
commitee17772cea3471b0e44fd1598f7ababa4100db0c (patch)
tree2b2a5cb2d2e7888be11ea40286ea11d374ac88ae /src/pulse/volume.c
parent0ca16caff7658ec0624a17ad43ce48645696534a (diff)
add missing 'const'
Diffstat (limited to 'src/pulse/volume.c')
-rw-r--r--src/pulse/volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/volume.c b/src/pulse/volume.c
index 822fe391..3434cb18 100644
--- a/src/pulse/volume.c
+++ b/src/pulse/volume.c
@@ -341,7 +341,7 @@ static pa_bool_t on_lfe(pa_channel_position_t p) {
p == PA_CHANNEL_POSITION_LFE;
}
-pa_cvolume *pa_cvolume_remap(pa_cvolume *v, pa_channel_map *from, pa_channel_map *to) {
+pa_cvolume *pa_cvolume_remap(pa_cvolume *v, const pa_channel_map *from, const pa_channel_map *to) {
int a, b;
pa_cvolume result;