summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index d3e508a159..cefa699e6d 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -1240,7 +1240,7 @@ static void mpeg_thread(void)
1240 case MPEG_PLAY: 1240 case MPEG_PLAY:
1241 DEBUGF("MPEG_PLAY\n"); 1241 DEBUGF("MPEG_PLAY\n");
1242 1242
1243#ifdef CONFIG_TUNER 1243#if CONFIG_TUNER
1244 /* Silence the A/D input, it may be on because the radio 1244 /* Silence the A/D input, it may be on because the radio
1245 may be playing */ 1245 may be playing */
1246 mas_codec_writereg(6, 0x0000); 1246 mas_codec_writereg(6, 0x0000);