Fix a miscomment in pcmbuf.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30341 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-08-23 05:58:28 +00:00
parent 5078d460c6
commit 4d903f27c3
1 changed files with 2 additions and 1 deletions

View File

@ -1135,9 +1135,10 @@ static void pcmbuf_fade_tick(void)
}
}
/* Fade channel in or out in the background - must pause it first */
/* Fade channel in or out in the background */
void pcmbuf_fade(bool fade, bool in)
{
/* Must pause any active fade */
pcm_play_lock();
if (fade_state != PCM_NOT_FADING)