1
0
Fork 0
forked from len0rd/rockbox

Ooops, I broke the player builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4459 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-03-31 12:05:08 +00:00
parent 18e91a729a
commit cbd992b440

View file

@ -1498,11 +1498,13 @@ static bool dbg_sound(void)
rr = 0x80000; rr = 0x80000;
rl = 0x00000; rl = 0x00000;
#ifdef HAVE_MAS3587F
/* Set the MDB to the Archos "flat" setting, but not activated */ /* 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_STR, 0);
mas_codec_writereg(MAS_REG_KMDB_HAR, 0x3000); mas_codec_writereg(MAS_REG_KMDB_HAR, 0x3000);
mas_codec_writereg(MAS_REG_KMDB_FC, 0x0600); mas_codec_writereg(MAS_REG_KMDB_FC, 0x0600);
mas_codec_writereg(MAS_REG_KMDB_SWITCH, 0); mas_codec_writereg(MAS_REG_KMDB_SWITCH, 0);
#endif
while(!done) while(!done)
{ {