summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-03-31 12:05:08 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-03-31 12:05:08 +0000
commitcbd992b440d9eb79303c0b2c463306a96f27418c (patch)
treeb132ced27358077da53d5627233163aa31fa58d5 /apps
parent18e91a729a90dbeca0a9e5ec7f3ca602ff90a560 (diff)
downloadrockbox-cbd992b440d9eb79303c0b2c463306a96f27418c.tar.gz
rockbox-cbd992b440d9eb79303c0b2c463306a96f27418c.zip
Ooops, I broke the player builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4459 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 79e7c8f4e3..c1d54ccf97 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1498,11 +1498,13 @@ static bool dbg_sound(void)
rr = 0x80000;
rl = 0x00000;
+#ifdef HAVE_MAS3587F
/* Set the MDB to the Archos "flat" setting, but not activated */
mas_codec_writereg(MAS_REG_KMDB_STR, 0);
mas_codec_writereg(MAS_REG_KMDB_HAR, 0x3000);
mas_codec_writereg(MAS_REG_KMDB_FC, 0x0600);
mas_codec_writereg(MAS_REG_KMDB_SWITCH, 0);
+#endif
while(!done)
{