summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-04-04 09:38:12 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-04-04 09:38:12 +0000
commit1ca931d17004267892ca29b3ceb63381601df6aa (patch)
tree27aa1868e95e10225764a8ea4edabf93baede9e9 /apps
parent68482bbed286981a5ef09a466620e459790c96e6 (diff)
downloadrockbox-1ca931d17004267892ca29b3ceb63381601df6aa.tar.gz
rockbox-1ca931d17004267892ca29b3ceb63381601df6aa.zip
Oops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6244 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/sound_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 68c959a0ed..28d2223ec8 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -38,7 +38,7 @@
38#include "talk.h" 38#include "talk.h"
39#include "misc.h" 39#include "misc.h"
40#include "sound.h" 40#include "sound.h"
41#if CONFIG_HWCODEC == MAS3587F || CONFIG_HWCODEC == MAS3539F 41#if CONFIG_HWCODEC == MAS3587F
42#include "peakmeter.h" 42#include "peakmeter.h"
43#include "mas.h" 43#include "mas.h"
44#endif 44#endif
@@ -471,7 +471,7 @@ static char* create_thres_str(int threshold)
471} 471}
472#endif 472#endif
473 473
474#if !defined(SIMULATOR) && (CONFIG_HWCODEC == MAS3587F || CONFIG_HWCODEC == MAS3539F) 474#if !defined(SIMULATOR) && CONFIG_HWCODEC == MAS3587F
475#define INF_DB (-89) 475#define INF_DB (-89)
476static void change_threshold(int *threshold, int change) 476static void change_threshold(int *threshold, int change)
477{ 477{