summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLaurent Gautier <creposucre@rockbox.org>2009-12-01 18:11:06 +0000
committerLaurent Gautier <creposucre@rockbox.org>2009-12-01 18:11:06 +0000
commit2f4bce3f2cc31ccc5ba83db7dc0b86b9bc705265 (patch)
treee3ff5e08e9693019812f43ad504062377dbb0238 /firmware
parent7ab10920cf20fbbab9457e25d5415b98b4f7cdcf (diff)
downloadrockbox-2f4bce3f2cc31ccc5ba83db7dc0b86b9bc705265.tar.gz
rockbox-2f4bce3f2cc31ccc5ba83db7dc0b86b9bc705265.zip
correction on DEFINE, thanks to Kugel who spotted it ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23807 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/audio-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/audio-pp.c b/firmware/target/arm/audio-pp.c
index 8f22bab765..6b5b082cc7 100644
--- a/firmware/target/arm/audio-pp.c
+++ b/firmware/target/arm/audio-pp.c
@@ -110,7 +110,7 @@ void audio_input_mux(int source, unsigned flags)
110 110
111 last_recording = recording; 111 last_recording = recording;
112 112
113#if defined(IPOD_REMOTE_TUNER) 113#if CONFIG_TUNER & IPOD_REMOTE_TUNER
114 /* Ipod FM tuner is in the remote connected to line-in */ 114 /* Ipod FM tuner is in the remote connected to line-in */
115 audiohw_enable_recording(false); /* source line */ 115 audiohw_enable_recording(false); /* source line */
116 audiohw_set_monitor(true); /* enable bypass mode */ 116 audiohw_set_monitor(true); /* enable bypass mode */