We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5251ec6 commit 6458b71Copy full SHA for 6458b71
virtio-snd.c
@@ -48,6 +48,14 @@ enum {
48
/* channel map control requests types */
49
VIRTIO_SND_R_CHMAP_INFO = 0x0200,
50
51
+ /* jack event types */
52
+ VIRTIO_SND_EVT_JACK_CONNECTED = 0x1000,
53
+ VIRTIO_SND_EVT_JACK_DISCONNECTED,
54
+
55
+ /* PCM event types */
56
+ VIRTIO_SND_EVT_PCM_PERIOD_ELAPSED = 0x1100,
57
+ VIRTIO_SND_EVT_PCM_XRUN,
58
59
/* common status codes */
60
VIRTIO_SND_S_OK = 0x8000,
61
VIRTIO_SND_S_BAD_MSG,
0 commit comments