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 7873700247..9c81210dcc 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -3552,7 +3552,7 @@ static void audio_playback_init(void)
3552#if MEM > 8 3552#if MEM > 8
3553/* we dont want this rebuffering on targets with little ram 3553/* we dont want this rebuffering on targets with little ram
3554 because the disk may never spin down */ 3554 because the disk may never spin down */
3555bool ata_fillbuffer_callback(void) 3555static bool ata_fillbuffer_callback(void)
3556{ 3556{
3557 queue_post(&audio_queue, Q_AUDIO_FILL_BUFFER_IF_ACTIVE_ATA, 0); 3557 queue_post(&audio_queue, Q_AUDIO_FILL_BUFFER_IF_ACTIVE_ATA, 0);
3558 return true; 3558 return true;