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
This commit is contained in:
parent
82e44bb53c
commit
7b03153c0e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue