mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
mpeg.h/c cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23652 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db82be4390
commit
a052102cfb
10 changed files with 30 additions and 54 deletions
|
|
@ -77,6 +77,9 @@ void audio_beep(int duration);
|
|||
unsigned char *audio_get_buffer(bool talk_buf, size_t *buffer_size);
|
||||
/* only implemented in playback.c, but called from firmware */
|
||||
|
||||
void audio_next_dir(void);
|
||||
void audio_prev_dir(void);
|
||||
|
||||
#else /* hwcodec only */
|
||||
struct audio_debug
|
||||
{
|
||||
|
|
@ -105,6 +108,10 @@ struct audio_debug
|
|||
void audio_get_debugdata(struct audio_debug *dbgdata);
|
||||
/* unsigned int audio_error(void); - unused function */
|
||||
void audio_init_playback(void);
|
||||
|
||||
#define audio_next_dir() ({ })
|
||||
#define audio_prev_dir() ({ })
|
||||
|
||||
#endif
|
||||
|
||||
/* channel modes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue