summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/rk27xx/audio-rk27xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/rk27xx/audio-rk27xx.c b/firmware/target/arm/rk27xx/audio-rk27xx.c
index 76be4a907a..6307274af2 100644
--- a/firmware/target/arm/rk27xx/audio-rk27xx.c
+++ b/firmware/target/arm/rk27xx/audio-rk27xx.c
@@ -5,7 +5,6 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
- * $Id$
*
* Copyright (C) 2013 by Amaury Pouly
*
@@ -23,6 +22,7 @@
#include "audiohw.h"
#include "audio.h"
+#if (INPUT_SRC_CAPS != 0)
static int input_source = AUDIO_SRC_PLAYBACK;
static unsigned input_flags = 0;
static int output_source = AUDIO_SRC_PLAYBACK;
@@ -50,3 +50,4 @@ void audio_set_output_source(int source)
output_source = source;
select_audio_path();
}
+#endif