summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/compressor.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/compressor.c')
-rw-r--r--lib/rbcodec/dsp/compressor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/compressor.c b/lib/rbcodec/dsp/compressor.c
index 1816bfef9c..8441cd6457 100644
--- a/lib/rbcodec/dsp/compressor.c
+++ b/lib/rbcodec/dsp/compressor.c
@@ -42,7 +42,7 @@ static int32_t release_gain IBSS_ATTR; /* S7.24 format */
42 42
43/** COMPRESSOR UPDATE 43/** COMPRESSOR UPDATE
44 * Called via the menu system to configure the compressor process */ 44 * Called via the menu system to configure the compressor process */
45bool compressor_update(const struct compressor_settings *settings) 45static bool compressor_update(const struct compressor_settings *settings)
46{ 46{
47 /* make settings values useful */ 47 /* make settings values useful */
48 int threshold = settings->threshold; 48 int threshold = settings->threshold;