D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by myself). Also updates the LV24020 driver to add optional logf debugging.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20420 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2009-03-21 00:13:20 +00:00
parent d63a8fcb7b
commit 1a6bcfa2c1
8 changed files with 57 additions and 7 deletions

View file

@ -57,6 +57,7 @@ void audio_input_mux(int source, unsigned flags)
{
/*audiohw_set_monitor(false);
audiohw_disable_recording();*/
audiohw_set_aux_vol(0,0);
}
break;
@ -86,6 +87,7 @@ void audio_input_mux(int source, unsigned flags)
{
/*audiohw_disable_recording();
audiohw_set_monitor(true); /. line 1 analog audio path */
audiohw_set_aux_vol(7,7);
}
break;
} /* end switch */