audio: remove started from audio_complete
dependson:3767214 Signed-off-by: qiaohaijiao1 <qiaohaijiao1@xiaomi.com>
This commit is contained in:
parent
b98b263246
commit
c59c6b08f3
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue