forked from len0rd/rockbox
Fixed a problem with playback when returning from usb mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6784 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78da1ff222
commit
be918cdc72
1 changed files with 1 additions and 0 deletions
|
|
@ -1048,6 +1048,7 @@ void audio_thread(void)
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
case SYS_USB_CONNECTED:
|
case SYS_USB_CONNECTED:
|
||||||
playing = false;
|
playing = false;
|
||||||
|
filling = false;
|
||||||
ci.stop_codec = true;
|
ci.stop_codec = true;
|
||||||
logf("USB Connection");
|
logf("USB Connection");
|
||||||
pcm_play_stop();
|
pcm_play_stop();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue