mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
playback: Nothing should call ata_spinup_time() directly
Change-Id: I9d20b8bfd0f1e47f33ca402f80a9e08bd00fbcd8
This commit is contained in:
parent
c79f658125
commit
a2fbccf194
1 changed files with 1 additions and 1 deletions
|
@ -1006,7 +1006,7 @@ static void audio_update_filebuf_watermark(int seconds)
|
||||||
size_t bytes = 0;
|
size_t bytes = 0;
|
||||||
|
|
||||||
#ifdef HAVE_DISK_STORAGE
|
#ifdef HAVE_DISK_STORAGE
|
||||||
int spinup = ata_spinup_time();
|
int spinup = storage_spinup_time();
|
||||||
|
|
||||||
if (seconds == 0)
|
if (seconds == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue