summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/maemo/pcm-gstreamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/maemo/pcm-gstreamer.c')
-rw-r--r--firmware/target/hosted/maemo/pcm-gstreamer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/hosted/maemo/pcm-gstreamer.c b/firmware/target/hosted/maemo/pcm-gstreamer.c
index 5bca6f2d92..bd264fe5d3 100644
--- a/firmware/target/hosted/maemo/pcm-gstreamer.c
+++ b/firmware/target/hosted/maemo/pcm-gstreamer.c
@@ -65,8 +65,6 @@
extern bool debug_audio;
#endif
-#if CONFIG_CODEC == SWCODEC
-
/* Declarations for libplayblack */
pb_playback_t *playback = NULL;
void playback_state_req_handler(pb_playback_t *pb,
@@ -481,5 +479,3 @@ unsigned long spdif_measure_frequency(void)
#endif
#endif /* HAVE_RECORDING */
-
-#endif /* CONFIG_CODEC == SWCODEC */