From a018641105f36fabeed2b813ebf2ab13d54855bb Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 7 Nov 2006 06:31:36 +0000 Subject: allow the nano to rebuffer on "disk" spindown, seems to be fine git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11457 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps') diff --git a/apps/playback.c b/apps/playback.c index af6b573..f4274a8 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -3356,9 +3356,7 @@ static void audio_playback_init(void) because the disk may never spin down */ bool ata_fillbuffer_callback(void) { -#ifndef IPOD_NANO queue_post(&audio_queue, Q_AUDIO_FILL_BUFFER_IF_ACTIVE_ATA, 0); -#endif return true; } #endif -- cgit v1.1