summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/playback.h b/apps/playback.h
index b65c572145..9951cc2a0d 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -38,13 +38,13 @@
38#define MAX_TRACK_MASK (MAX_TRACK-1) 38#define MAX_TRACK_MASK (MAX_TRACK-1)
39 39
40/* Functions */ 40/* Functions */
41const char *get_codec_filename(const int cod_spec); 41const char *get_codec_filename(int cod_spec);
42void voice_wait(void); 42void voice_wait(void);
43void audio_wait_for_init(void); 43void audio_wait_for_init(void);
44int audio_track_count(void); 44int audio_track_count(void);
45long audio_filebufused(void); 45long audio_filebufused(void);
46void audio_pre_ff_rewind(void); 46void audio_pre_ff_rewind(void);
47void audio_set_crossfade(const int type); 47void audio_set_crossfade(int type);
48 48
49void audio_hard_stop(void); /* Stops audio from serving playback */ 49void audio_hard_stop(void); /* Stops audio from serving playback */
50 50
@@ -53,7 +53,7 @@ enum
53 AUDIO_WANT_PLAYBACK = 0, 53 AUDIO_WANT_PLAYBACK = 0,
54 AUDIO_WANT_VOICE, 54 AUDIO_WANT_VOICE,
55}; 55};
56bool audio_restore_playback(const int type); /* Restores the audio buffer to handle the requested playback */ 56bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */
57 57
58#ifdef HAVE_ALBUMART 58#ifdef HAVE_ALBUMART
59int audio_current_aa_hid(void); 59int audio_current_aa_hid(void);