From 7b03153c0ea7bd8818cc9ceff1c7147dbc7bbc97 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 1 Jul 2003 01:45:31 +0000 Subject: The FM Radio screen now sets the Line In gain to 0dB, to avoid clipping and busted eardrums git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3792 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder') 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) 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); -- cgit v1.2.3