mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 01:52:35 -05:00
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:
parent
d63a8fcb7b
commit
1a6bcfa2c1
8 changed files with 57 additions and 7 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue