summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 5c2fc7f8ce..c57855eeac 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -115,7 +115,7 @@ static enum audio_buffer_state
115/** Main state control **/ 115/** Main state control **/
116static bool ff_rw_mode SHAREDBSS_ATTR = false; /* Pre-ff-rewind mode (A,O-) */ 116static bool ff_rw_mode SHAREDBSS_ATTR = false; /* Pre-ff-rewind mode (A,O-) */
117 117
118enum play_status 118static enum play_status
119{ 119{
120 PLAY_STOPPED = 0, 120 PLAY_STOPPED = 0,
121 PLAY_PLAYING = AUDIO_STATUS_PLAY, 121 PLAY_PLAYING = AUDIO_STATUS_PLAY,
@@ -268,7 +268,7 @@ enum track_load_status
268/** Track change controls **/ 268/** Track change controls **/
269 269
270/* What sort of skip is pending globally? */ 270/* What sort of skip is pending globally? */
271enum track_skip_type 271static enum track_skip_type
272{ 272{
273 /* Relative to what user is intended to see: */ 273 /* Relative to what user is intended to see: */
274 /* Codec: +0, Track List: +0, Playlist: +0 */ 274 /* Codec: +0, Track List: +0, Playlist: +0 */