1
0
Fork 0
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:
Miika Pekkarinen 2005-06-20 19:19:05 +00:00
parent 78da1ff222
commit be918cdc72

View file

@ -1048,6 +1048,7 @@ void audio_thread(void)
#ifndef SIMULATOR
case SYS_USB_CONNECTED:
playing = false;
filling = false;
ci.stop_codec = true;
logf("USB Connection");
pcm_play_stop();