summaryrefslogtreecommitdiff
path: root/firmware/export/pcm_record.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm_record.h')
-rw-r--r--firmware/export/pcm_record.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/pcm_record.h b/firmware/export/pcm_record.h
index 304a67f577..5e2d7b7929 100644
--- a/firmware/export/pcm_record.h
+++ b/firmware/export/pcm_record.h
@@ -24,6 +24,8 @@ unsigned long pcm_rec_status(void);
24void pcm_rec_init(void); 24void pcm_rec_init(void);
25void pcm_rec_mux(int source); 25void pcm_rec_mux(int source);
26 26
27void pcm_rec_get_peaks(int *left, int *right);
28
27/* audio.h contains audio recording functions */ 29/* audio.h contains audio recording functions */
28 30
29#endif 31#endif