From c59c6b08f3e1355de8aaa20df5a6c799c995633b Mon Sep 17 00:00:00 2001 From: qiaohaijiao1 Date: Fri, 2 Feb 2024 18:26:45 +0800 Subject: [PATCH] audio: remove started from audio_complete dependson:3767214 Signed-off-by: qiaohaijiao1 --- audio/audio.c | 1 - 1 file changed, 1 deletion(-) 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;