forked from len0rd/rockbox
Correction to the previous commit when switching tracks manually.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6989 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b469e73246
commit
837c1e3cad
1 changed files with 3 additions and 2 deletions
|
|
@ -1466,9 +1466,10 @@ static void initiate_track_change(int peek_index)
|
||||||
queue_post(&audio_queue, AUDIO_PLAY, 0);
|
queue_post(&audio_queue, AUDIO_PLAY, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (!pcm_crossfade_init()) {
|
else if (!pcm_crossfade_init())
|
||||||
pcm_flush_audio();
|
pcm_flush_audio();
|
||||||
}
|
else
|
||||||
|
codec_track_changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
void audio_next(void)
|
void audio_next(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue