1
0
Fork 0
forked from len0rd/rockbox

fix the player build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12381 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-02-18 03:25:40 +00:00
parent ec73eb0be1
commit 00d249ab67

View file

@ -1240,7 +1240,7 @@ static void mpeg_thread(void)
case MPEG_PLAY: case MPEG_PLAY:
DEBUGF("MPEG_PLAY\n"); DEBUGF("MPEG_PLAY\n");
#ifdef CONFIG_TUNER #if CONFIG_TUNER
/* Silence the A/D input, it may be on because the radio /* Silence the A/D input, it may be on because the radio
may be playing */ may be playing */
mas_codec_writereg(6, 0x0000); mas_codec_writereg(6, 0x0000);