summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/pcm-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/pcm-sdl.c')
-rw-r--r--firmware/target/hosted/sdl/pcm-sdl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/hosted/sdl/pcm-sdl.c b/firmware/target/hosted/sdl/pcm-sdl.c
index 290dffbb95..9cb35beb48 100644
--- a/firmware/target/hosted/sdl/pcm-sdl.c
+++ b/firmware/target/hosted/sdl/pcm-sdl.c
@@ -51,7 +51,6 @@
51extern bool debug_audio; 51extern bool debug_audio;
52#endif 52#endif
53 53
54#if CONFIG_CODEC == SWCODEC
55static int cvt_status = -1; 54static int cvt_status = -1;
56 55
57static const void *pcm_data; 56static const void *pcm_data;
@@ -411,5 +410,3 @@ void pcm_play_dma_init(void)
411void pcm_play_dma_postinit(void) 410void pcm_play_dma_postinit(void)
412{ 411{
413} 412}
414
415#endif /* CONFIG_CODEC == SWCODEC */