summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 2bd0ff6e59..e44aa68231 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -45,7 +45,6 @@
45#include "splash.h" 45#include "splash.h"
46#if CONFIG_CODEC == SWCODEC 46#if CONFIG_CODEC == SWCODEC
47#include "dsp.h" 47#include "dsp.h"
48#include "eq_menu.h"
49#endif 48#endif
50 49
51int selected_setting; /* Used by the callback */ 50int selected_setting; /* Used by the callback */
@@ -380,7 +379,6 @@ bool sound_menu(void)
380 { ID2P(LANG_STEREO_WIDTH), stereo_width }, 379 { ID2P(LANG_STEREO_WIDTH), stereo_width },
381#if CONFIG_CODEC == SWCODEC 380#if CONFIG_CODEC == SWCODEC
382 { ID2P(LANG_CROSSFEED), crossfeed }, 381 { ID2P(LANG_CROSSFEED), crossfeed },
383 { ID2P(LANG_EQUALIZER), eq_menu },
384#endif 382#endif
385#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) 383#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
386 { ID2P(LANG_LOUDNESS), loudness }, 384 { ID2P(LANG_LOUDNESS), loudness },