mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
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:
parent
0f949e93e3
commit
a018641105
1 changed files with 0 additions and 2 deletions
|
|
@ -3356,9 +3356,7 @@ static void audio_playback_init(void)
|
||||||
because the disk may never spin down */
|
because the disk may never spin down */
|
||||||
bool ata_fillbuffer_callback(void)
|
bool ata_fillbuffer_callback(void)
|
||||||
{
|
{
|
||||||
#ifndef IPOD_NANO
|
|
||||||
queue_post(&audio_queue, Q_AUDIO_FILL_BUFFER_IF_ACTIVE_ATA, 0);
|
queue_post(&audio_queue, Q_AUDIO_FILL_BUFFER_IF_ACTIVE_ATA, 0);
|
||||||
#endif
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue