Skip to content

Commit dfc8935

Browse files
committed
Comment
1 parent 5f9de5d commit dfc8935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtio-snd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ static int virtio_snd_tx_desc_handler(virtio_snd_state_t *vsnd,
788788
/* End of critical seciont. */
789789
pthread_mutex_unlock(&virtio_snd_mutex);
790790

791+
/* TODO: remove sleep once find the root cause of infinite loop in TX. */
791792
sleep(1);
792793

793794
return 0;

0 commit comments

Comments
 (0)