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
This commit is contained in:
Jonathan Gordon 2006-11-07 06:31:36 +00:00
parent 0f949e93e3
commit a018641105

View file

@ -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