1
0
Fork 0
forked from len0rd/rockbox

Oops, Archos still needs to stop voice.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11333 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2006-10-25 07:08:00 +00:00
parent 34751f096c
commit ff5fd00de6

View file

@ -377,7 +377,10 @@ static int shutup(void)
/* nothing to do, was frame boundary or not our clip */
#if CONFIG_CODEC == SWCODEC
mp3_play_abort();
#else
mp3_play_stop();
#endif
queue_write = queue_read = 0; /* reset the queue */
return 0;