1
0
Fork 0
forked from len0rd/rockbox

Code cleanup in dsp.c and misc.c, some comments

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23314 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jeffrey Goode 2009-10-22 00:59:42 +00:00
parent 6afe802a83
commit faa47bf1b7
6 changed files with 21 additions and 27 deletions

View file

@ -66,14 +66,6 @@ bool list_stop_handler(void);
void car_adapter_mode_init(void);
extern int show_logo(void);
#if CONFIG_CODEC == SWCODEC
/* Return current ReplayGain mode a file should have (REPLAYGAIN_TRACK or
* REPLAYGAIN_ALBUM) if ReplayGain processing is enabled, or -1 if no
* information present.
*/
int get_replaygain_mode(bool have_track_gain, bool have_album_gain);
#endif
int open_utf8(const char* pathname, int flags);
#ifdef BOOTFILE