mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
audio: remove started from audio_complete
dependson:3767214 Signed-off-by: qiaohaijiao1 <qiaohaijiao1@xiaomi.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user