Home
last modified time | relevance | path

Searched refs:virtio_snd_pcm_hdr (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/audio/
H A Dvirtio-snd.h56 typedef struct virtio_snd_pcm_hdr virtio_snd_pcm_hdr; typedef
/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h169 struct virtio_snd_pcm_hdr { struct
256 struct virtio_snd_pcm_hdr hdr;
/qemu/hw/audio/
H A Dvirtio-snd.c560 virtio_snd_pcm_hdr req; in virtio_snd_handle_pcm_start_stop()
566 sizeof(virtio_snd_pcm_hdr)); in virtio_snd_handle_pcm_start_stop()
568 if (msg_sz != sizeof(virtio_snd_pcm_hdr)) { in virtio_snd_handle_pcm_start_stop()
571 %zu\n", __func__, msg_sz, sizeof(virtio_snd_pcm_hdr)); in virtio_snd_handle_pcm_start_stop()