summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pcmbuf.h')
-rw-r--r--apps/pcmbuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/pcmbuf.h b/apps/pcmbuf.h
index 7fa3563e6a..008872be59 100644
--- a/apps/pcmbuf.h
+++ b/apps/pcmbuf.h
@@ -81,5 +81,7 @@ void pcmbuf_sync_position_update(void);
81/* Misc */ 81/* Misc */
82bool pcmbuf_is_lowdata(void); 82bool pcmbuf_is_lowdata(void);
83void pcmbuf_set_low_latency(bool state); 83void pcmbuf_set_low_latency(bool state);
84void pcmbuf_update_frequency(void);
85unsigned int pcmbuf_get_frequency(void);
84 86
85#endif /* PCMBUF_H */ 87#endif /* PCMBUF_H */