summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/dsp/surround.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/surround.h')
-rw-r--r--lib/rbcodec/dsp/surround.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/surround.h b/lib/rbcodec/dsp/surround.h
index 1683367865..7835f569b6 100644
--- a/lib/rbcodec/dsp/surround.h
+++ b/lib/rbcodec/dsp/surround.h
@@ -23,7 +23,7 @@
#include <stdbool.h>
void dsp_surround_enable(int var);
-void dsp_surround_set_balance(int var);
+void dsp_surround_set_balance(int delay_ms);
void dsp_surround_set_cutoff(int frq_l, int frq_h);
void dsp_surround_side_only(bool var);
void dsp_surround_mix(int var);