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, 2 insertions, 0 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index e44aa68231..2bd0ff6e59 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -45,6 +45,7 @@
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"
48#endif 49#endif
49 50
50int selected_setting; /* Used by the callback */ 51int selected_setting; /* Used by the callback */
@@ -379,6 +380,7 @@ bool sound_menu(void)
379 { ID2P(LANG_STEREO_WIDTH), stereo_width }, 380 { ID2P(LANG_STEREO_WIDTH), stereo_width },
380#if CONFIG_CODEC == SWCODEC 381#if CONFIG_CODEC == SWCODEC
381 { ID2P(LANG_CROSSFEED), crossfeed }, 382 { ID2P(LANG_CROSSFEED), crossfeed },
383 { ID2P(LANG_EQUALIZER), eq_menu },
382#endif 384#endif
383#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) 385#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
384 { ID2P(LANG_LOUDNESS), loudness }, 386 { ID2P(LANG_LOUDNESS), loudness },