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:
parent
34751f096c
commit
ff5fd00de6
1 changed files with 3 additions and 0 deletions
|
|
@ -377,7 +377,10 @@ static int shutup(void)
|
||||||
/* nothing to do, was frame boundary or not our clip */
|
/* nothing to do, was frame boundary or not our clip */
|
||||||
#if CONFIG_CODEC == SWCODEC
|
#if CONFIG_CODEC == SWCODEC
|
||||||
mp3_play_abort();
|
mp3_play_abort();
|
||||||
|
#else
|
||||||
|
mp3_play_stop();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
queue_write = queue_read = 0; /* reset the queue */
|
queue_write = queue_read = 0; /* reset the queue */
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue