Remove obsolete alias for audio_record function

Rockbox doesn't support HW codec anymore

Change-Id: Ia20d3f02f0d9db88b23cf9074e4d76aa21fd53b0
This commit is contained in:
Christian Soffke 2023-08-17 13:40:09 +02:00
parent e5ecff3db7
commit 03d326fc90
3 changed files with 2 additions and 12 deletions

View file

@ -154,7 +154,6 @@ void audio_record(const char *filename);
void audio_stop_recording(void);
void audio_pause_recording(void);
void audio_resume_recording(void);
void audio_new_file(const char *filename);
void audio_set_recording_options(struct audio_recording_options *options);
void audio_set_recording_gain(int left, int right, int type);
unsigned long audio_recorded_time(void);