Skip to content

Commit 3577dea

Browse files
committed
Catch event queue event
1 parent 164a0ad commit 3577dea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

virtio-snd.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,9 @@ static bool virtio_snd_reg_write(virtio_snd_state_t *vsnd,
718718
case VSND_QUEUE_CTRL:
719719
virtio_queue_notify_handler(vsnd, value);
720720
break;
721+
case VSND_QUEUE_EVT:
722+
fprintf(stderr, "VSND_QUEUE_EVT\n");
723+
break;
721724
case VSND_QUEUE_TX:
722725
fprintf(stderr, "VSND_QUEUE_TX\n");
723726
break;

0 commit comments

Comments
 (0)