1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Bertrik Sikken 2010-02-24 19:52:39 +00:00
parent 2ac91dcd98
commit ef925134c9

View file

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