diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/radio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index c258692..0ae9505 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -121,7 +121,7 @@ bool radio_screen(void) mpeg_stop(); /* Enable the Left and right A/D Converter */ - mas_codec_writereg(0x0, 0xccc7); + mas_codec_writereg(0x0, 0x2227); mas_codec_writereg(6, 0x4000); |