summaryrefslogtreecommitdiff
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 @@
65extern bool debug_audio; 65extern bool debug_audio;
66#endif 66#endif
67 67
68#if CONFIG_CODEC == SWCODEC
69
70/* Declarations for libplayblack */ 68/* Declarations for libplayblack */
71pb_playback_t *playback = NULL; 69pb_playback_t *playback = NULL;
72void playback_state_req_handler(pb_playback_t *pb, 70void playback_state_req_handler(pb_playback_t *pb,
@@ -481,5 +479,3 @@ unsigned long spdif_measure_frequency(void)
481#endif 479#endif
482 480
483#endif /* HAVE_RECORDING */ 481#endif /* HAVE_RECORDING */
484
485#endif /* CONFIG_CODEC == SWCODEC */