summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 0fd1c21..c0a8c5a 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -1130,7 +1130,7 @@ static size_t voice_filebuf_callback(void *ptr, size_t size)
/* Handle Q_VOICE_STOP and part of SYS_USB_CONNECTED */
static bool voice_on_voice_stop(bool aborting, size_t *realsize)
{
- if (aborting && !playing && pcm_is_playing())
+ if (aborting && !playing)
{
/* Aborting: Slight hack - flush PCM buffer if
only being used for voice */