diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/audio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h index c2c23dfd5c..4fa7841b65 100644 --- a/firmware/export/audio.h +++ b/firmware/export/audio.h | |||
@@ -154,7 +154,6 @@ void audio_record(const char *filename); | |||
154 | void audio_stop_recording(void); | 154 | void audio_stop_recording(void); |
155 | void audio_pause_recording(void); | 155 | void audio_pause_recording(void); |
156 | void audio_resume_recording(void); | 156 | void audio_resume_recording(void); |
157 | void audio_new_file(const char *filename); | ||
158 | void audio_set_recording_options(struct audio_recording_options *options); | 157 | void audio_set_recording_options(struct audio_recording_options *options); |
159 | void audio_set_recording_gain(int left, int right, int type); | 158 | void audio_set_recording_gain(int left, int right, int type); |
160 | unsigned long audio_recorded_time(void); | 159 | unsigned long audio_recorded_time(void); |