summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index c2586927c5..0ae95053ee 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -121,7 +121,7 @@ bool radio_screen(void)
121 mpeg_stop(); 121 mpeg_stop();
122 122
123 /* Enable the Left and right A/D Converter */ 123 /* Enable the Left and right A/D Converter */
124 mas_codec_writereg(0x0, 0xccc7); 124 mas_codec_writereg(0x0, 0x2227);
125 125
126 mas_codec_writereg(6, 0x4000); 126 mas_codec_writereg(6, 0x4000);
127 127