mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Remove obsolete alias for audio_record function
Rockbox doesn't support HW codec anymore Change-Id: Ia20d3f02f0d9db88b23cf9074e4d76aa21fd53b0
This commit is contained in:
parent
e5ecff3db7
commit
03d326fc90
3 changed files with 2 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue