summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.h
diff options
context:
space:
mode:
authorDan Everton <dan@iocaine.org>2009-06-17 08:47:51 +0000
committerDan Everton <dan@iocaine.org>2009-06-17 08:47:51 +0000
commitd52c6614c5d4711a6574981cd04c3e103551b608 (patch)
treefe0e5be3b44a6718e42a8502f2c6638a84d48ad9 /apps/pcmbuf.h
parent72c65d7575cdf9277a27a5baf18eb013c629d223 (diff)
downloadrockbox-d52c6614c5d4711a6574981cd04c3e103551b608.tar.gz
rockbox-d52c6614c5d4711a6574981cd04c3e103551b608.zip
Commit FS#10335 from Jeffrey Goode.
Ensure that the PCM buffer is flushed at the end of the last track in a playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21316 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/pcmbuf.h')
-rw-r--r--apps/pcmbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/pcmbuf.h b/apps/pcmbuf.h
index b4e551f74d..4cb1c1acb7 100644
--- a/apps/pcmbuf.h
+++ b/apps/pcmbuf.h
@@ -75,5 +75,6 @@ void pcmbuf_beep(unsigned int frequency, size_t duration, int amplitude);
75 75
76int pcmbuf_used_descs(void); 76int pcmbuf_used_descs(void);
77int pcmbuf_descs(void); 77int pcmbuf_descs(void);
78void pcmbuf_play_remainder(void);
78 79
79#endif 80#endif