summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-02-24 19:52:39 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-02-24 19:52:39 +0000
commitef925134c92c24c84ad0ea299c223081350df888 (patch)
tree334ba24b2a8a4b17bd24137a896e92606aef4d65
parent2ac91dcd98ec663a0280ea6c787954f36db3ba89 (diff)
downloadrockbox-ef925134c92c24c84ad0ea299c223081350df888.tar.gz
rockbox-ef925134c92c24c84ad0ea299c223081350df888.zip
Partially revert svn r24888 that causes build failure on coldfire targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24889 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/dsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dsp.c b/apps/dsp.c
index 9f53676e1c..7292328212 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -218,8 +218,8 @@ static int treble; /* A/V */
/* Settings applicable to audio codec only */
static int32_t pitch_ratio = PITCH_SPEED_100;
static int channels_mode;
-static long dsp_sw_gain;
-static long dsp_sw_cross;
+ long dsp_sw_gain;
+ long dsp_sw_cross;
static bool dither_enabled;
static long eq_precut;
static long track_gain;