summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-02-04 23:15:15 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-02-04 23:15:15 +0000
commit621bcc22940aed0242ed1795491a400521d2394d (patch)
tree4e2436a360db85c5b2cbe82b71a525e682b37738 /apps/sound_menu.c
parent2fcd1b09d4514856153dee14f55ba5bbd10d43a8 (diff)
downloadrockbox-621bcc22940aed0242ed1795491a400521d2394d.tar.gz
rockbox-621bcc22940aed0242ed1795491a400521d2394d.zip
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
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 },