summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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{