summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pcmbuf.h')
-rw-r--r--apps/pcmbuf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/pcmbuf.h b/apps/pcmbuf.h
index b7bf8c2b16..b7f5a3c2d6 100644
--- a/apps/pcmbuf.h
+++ b/apps/pcmbuf.h
@@ -64,9 +64,10 @@ unsigned char *pcmbuf_get_meminfo(size_t *length);
64#endif 64#endif
65 65
66/* Misc */ 66/* Misc */
67void pcmbuf_fade(bool fade, bool in);
68void pcmbuf_soft_mode(bool shhh);
67bool pcmbuf_is_lowdata(void); 69bool pcmbuf_is_lowdata(void);
68void pcmbuf_set_low_latency(bool state); 70void pcmbuf_set_low_latency(bool state);
69unsigned long pcmbuf_get_latency(void); 71unsigned long pcmbuf_get_latency(void);
70void pcmbuf_beep(unsigned int frequency, size_t duration, int amplitude);
71 72
72#endif 73#endif