forked from len0rd/rockbox
fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)
enable ata_idle callbacks in ata_mmc.c (calls the callbacks after 10s of real inactivity) fix builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11462 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f184152c05
commit
d9f7ac24f4
6 changed files with 28 additions and 6 deletions
|
|
@ -2780,8 +2780,10 @@ static void audio_fill_file_buffer(
|
|||
audio_generate_postbuffer_events();
|
||||
filling = false;
|
||||
}
|
||||
|
||||
#ifndef SIMULATOR
|
||||
ata_sleep();
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
static void audio_rebuffer(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue