diff options
| author | Laurent Gautier <creposucre@rockbox.org> | 2009-12-01 18:11:06 +0000 |
|---|---|---|
| committer | Laurent Gautier <creposucre@rockbox.org> | 2009-12-01 18:11:06 +0000 |
| commit | 2f4bce3f2cc31ccc5ba83db7dc0b86b9bc705265 (patch) | |
| tree | e3ff5e08e9693019812f43ad504062377dbb0238 | |
| parent | 7ab10920cf20fbbab9457e25d5415b98b4f7cdcf (diff) | |
| download | rockbox-2f4bce3f2cc31ccc5ba83db7dc0b86b9bc705265.zip rockbox-2f4bce3f2cc31ccc5ba83db7dc0b86b9bc705265.tar.gz rockbox-2f4bce3f2cc31ccc5ba83db7dc0b86b9bc705265.tar.bz2 rockbox-2f4bce3f2cc31ccc5ba83db7dc0b86b9bc705265.tar.xz | |
correction on DEFINE, thanks to Kugel who spotted it ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23807 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/target/arm/audio-pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/audio-pp.c b/firmware/target/arm/audio-pp.c index 8f22bab..6b5b082 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) 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 */ |