summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 6c660e0a5e..f273631030 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -82,4 +82,12 @@ long default_event_handler(long event);
82void car_adapter_mode_init(void); 82void car_adapter_mode_init(void);
83extern int show_logo(void); 83extern int show_logo(void);
84 84
85#if CONFIG_CODEC == SWCODEC
86/* Return current ReplayGain mode a file should have (REPLAYGAIN_TRACK or
87 * REPLAYGAIN_ALBUM) if ReplayGain processing is enabled, or -1 if no
88 * information present.
89 */
90int get_replaygain_mode(bool have_track_gain, bool have_album_gain);
91#endif
92
85#endif /* MISC_H */ 93#endif /* MISC_H */