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;
|
||||
|
||||
#ifdef HAVE_DISK_STORAGE
|
||||
int spinup = ata_spinup_time();
|
||||
int spinup = storage_spinup_time();
|
||||
|
||||
if (seconds == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue