diff --git a/audio/audio.c b/audio/audio.c index 2027c721be..5c85f4a6f3 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -751,7 +751,6 @@ static inline void audio_complete(FAR struct audio_upperhalf_s *upper, /* Send a dequeue message to the user if a message queue is registered */ - upper->started = false; if (upper->usermq != NULL) { msg.msg_id = AUDIO_MSG_COMPLETE;