summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index e8aaf3bacc..8e18a479b9 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -3745,7 +3745,7 @@ size_t audio_get_filebuflen(void)
3745} 3745}
3746 3746
3747/* How many tracks exist on the buffer - full or partial */ 3747/* How many tracks exist on the buffer - full or partial */
3748int audio_track_count(void) 3748unsigned int audio_track_count(void)
3749 __attribute__((alias("track_list_count"))); 3749 __attribute__((alias("track_list_count")));
3750 3750
3751/* Return total ringbuffer space occupied - ridx to widx */ 3751/* Return total ringbuffer space occupied - ridx to widx */