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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/firmware/export/pcm_record.h b/firmware/export/pcm_record.h
index c1187a4c6c..639ad7c97d 100644
--- a/firmware/export/pcm_record.h
+++ b/firmware/export/pcm_record.h
@@ -48,8 +48,12 @@ void pcm_stop_recording(void);
48void pcm_calculate_rec_peaks(int *left, int *right); 48void pcm_calculate_rec_peaks(int *left, int *right);
49 49
50/** General functions for high level codec recording **/ 50/** General functions for high level codec recording **/
51void pcm_rec_error_clear(void); 51/* pcm_rec_error_clear is deprecated for general use. audio_error_clear
52unsigned long pcm_rec_status(void); 52 should be used */
53/* void pcm_rec_error_clear(void); */
54/* pcm_rec_status is deprecated for general use. audio_status merges the
55 results for consistency with the hardware codec version */
56/* unsigned long pcm_rec_status(void); */
53void pcm_rec_init(void); 57void pcm_rec_init(void);
54void pcm_rec_mux(int source); 58void pcm_rec_mux(int source);
55int pcm_rec_current_bitrate(void); 59int pcm_rec_current_bitrate(void);