mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
correction on DEFINE, thanks to Kugel who spotted it ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23807 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ab10920cf
commit
2f4bce3f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ void audio_input_mux(int source, unsigned flags)
|
|||
|
||||
last_recording = recording;
|
||||
|
||||
#if defined(IPOD_REMOTE_TUNER)
|
||||
#if CONFIG_TUNER & IPOD_REMOTE_TUNER
|
||||
/* Ipod FM tuner is in the remote connected to line-in */
|
||||
audiohw_enable_recording(false); /* source line */
|
||||
audiohw_set_monitor(true); /* enable bypass mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue