Lines Matching full:virtio
3 * virtio-snd: Virtio sound device
10 #include <linux/virtio.h>
17 #define VIRTIO_SND_CARD_DRIVER "virtio-snd"
18 #define VIRTIO_SND_CARD_NAME "VirtIO SoundCard"
19 #define VIRTIO_SND_PCM_NAME "VirtIO PCM"
35 * struct virtio_snd - VirtIO sound card device.
36 * @vdev: Underlying virtio device.
41 * @pcm_list: VirtIO PCM device list.
42 * @jacks: VirtIO jacks.
44 * @substreams: VirtIO PCM substreams.
46 * @chmaps: VirtIO channel maps.