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:
parent
2ac91dcd98
commit
ef925134c9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue