From 621bcc22940aed0242ed1795491a400521d2394d Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 4 Feb 2006 23:15:15 +0000 Subject: The simulator should use the keypad period key, not the regular one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8568 a1c6a512-1295-4272-9138-f99709370657 --- apps/sound_menu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/sound_menu.c') 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 @@ #include "splash.h" #if CONFIG_CODEC == SWCODEC #include "dsp.h" +#include "eq_menu.h" #endif int selected_setting; /* Used by the callback */ @@ -379,6 +380,7 @@ bool sound_menu(void) { ID2P(LANG_STEREO_WIDTH), stereo_width }, #if CONFIG_CODEC == SWCODEC { ID2P(LANG_CROSSFEED), crossfeed }, + { ID2P(LANG_EQUALIZER), eq_menu }, #endif #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) { ID2P(LANG_LOUDNESS), loudness }, -- cgit v1.2.3