Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuda-Chen committed Nov 17, 2024
1 parent 5f9de5d commit dfc8935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtio-snd.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ static int virtio_snd_tx_desc_handler(virtio_snd_state_t *vsnd,
/* End of critical seciont. */
pthread_mutex_unlock(&virtio_snd_mutex);

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

return 0;
Expand Down

0 comments on commit dfc8935

Please sign in to comment.