audio: remove started from audio_complete

dependson:3767214

Signed-off-by: qiaohaijiao1 <qiaohaijiao1@xiaomi.com>
This commit is contained in:
qiaohaijiao1 2024-02-02 18:26:45 +08:00 committed by GUIDINGLI
parent b98b263246
commit c59c6b08f3
1 changed files with 0 additions and 1 deletions

View File

@ -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 */ /* Send a dequeue message to the user if a message queue is registered */
upper->started = false;
if (upper->usermq != NULL) if (upper->usermq != NULL)
{ {
msg.msg_id = AUDIO_MSG_COMPLETE; msg.msg_id = AUDIO_MSG_COMPLETE;