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:
parent
ec73eb0be1
commit
00d249ab67
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue