forked from len0rd/rockbox
Forgot to commit these files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7211 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f090dc3829
commit
ebb9099ca2
2 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,7 @@ struct user_settings
|
|||
bool superbass; /* true/false */
|
||||
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
bool crossfade;
|
||||
int crossfade;
|
||||
#endif
|
||||
|
||||
int rec_quality; /* 0-7 */
|
||||
|
|
|
@ -71,6 +71,7 @@ struct mp3entry* audio_current_track(void);
|
|||
struct mp3entry* audio_next_track(void);
|
||||
bool audio_has_changed_track(void);
|
||||
void audio_get_debugdata(struct audio_debug *dbgdata);
|
||||
void audio_set_crossfade_amount(int seconds);
|
||||
void audio_set_buffer_margin(int seconds);
|
||||
unsigned int audio_error(void);
|
||||
void audio_error_clear(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue