summaryrefslogtreecommitdiff
path: root/firmware/target/arm/audio-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/audio-pp.c')
-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 */