forked from len0rd/rockbox
Fixed the errors on the sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5efee7c94a
commit
4aa01ed5f0
2 changed files with 3 additions and 10 deletions
|
@ -2661,17 +2661,10 @@ void audio_init_recording(unsigned int buffer_offset)
|
|||
/* a dummy */
|
||||
(void)buffer_offset;
|
||||
}
|
||||
void audio_set_recording_options(int frequency, int quality,
|
||||
int source, int channel_mode,
|
||||
bool editable, int prerecord_time)
|
||||
void audio_set_recording_options(struct audio_recording_options *options)
|
||||
{
|
||||
/* a dummy */
|
||||
(void)frequency;
|
||||
(void)quality;
|
||||
(void)source;
|
||||
(void)channel_mode;
|
||||
(void)editable;
|
||||
(void)prerecord_time;
|
||||
(void)options;
|
||||
}
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* CONFIG_CODEC == MAS3587F */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue