diff options
Diffstat (limited to 'firmware/export/pcm_record.h')
-rw-r--r-- | firmware/export/pcm_record.h | 8 |
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); | |||
48 | void pcm_calculate_rec_peaks(int *left, int *right); | 48 | void 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 **/ |
51 | void pcm_rec_error_clear(void); | 51 | /* pcm_rec_error_clear is deprecated for general use. audio_error_clear |
52 | unsigned 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); */ | ||
53 | void pcm_rec_init(void); | 57 | void pcm_rec_init(void); |
54 | void pcm_rec_mux(int source); | 58 | void pcm_rec_mux(int source); |
55 | int pcm_rec_current_bitrate(void); | 59 | int pcm_rec_current_bitrate(void); |