From 135cc757bda4714aca2831f7d75b7a4c1c4f7763 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Fri, 28 Mar 2008 12:51:33 +0000 Subject: Revert my earlier const madness, we'll keep the parameter lists simple. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16863 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/playback.h') 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 @@ #define MAX_TRACK_MASK (MAX_TRACK-1) /* Functions */ -const char *get_codec_filename(const int cod_spec); +const char *get_codec_filename(int cod_spec); void voice_wait(void); void audio_wait_for_init(void); int audio_track_count(void); long audio_filebufused(void); void audio_pre_ff_rewind(void); -void audio_set_crossfade(const int type); +void audio_set_crossfade(int type); void audio_hard_stop(void); /* Stops audio from serving playback */ @@ -53,7 +53,7 @@ enum AUDIO_WANT_PLAYBACK = 0, AUDIO_WANT_VOICE, }; -bool audio_restore_playback(const int type); /* Restores the audio buffer to handle the requested playback */ +bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */ #ifdef HAVE_ALBUMART int audio_current_aa_hid(void); -- cgit v1.2.3