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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/maemo/pcm-gstreamer.c b/firmware/target/hosted/maemo/pcm-gstreamer.c
index 6e049dbbff..d6879ea083 100644
--- a/firmware/target/hosted/maemo/pcm-gstreamer.c
+++ b/firmware/target/hosted/maemo/pcm-gstreamer.c
@@ -397,7 +397,7 @@ void pcm_shutdown_gstreamer(void)
397 g_main_loop_unref (pcm_loop); 397 g_main_loop_unref (pcm_loop);
398} 398}
399 399
400void pcm_postinit(void) 400void pcm_play_dma_postinit(void)
401{ 401{
402} 402}
403 403