Home
last modified time | relevance | path

Searched refs:VirtIOSoundPCMStream (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/audio/
H A Dvirtio-snd.h74 typedef struct VirtIOSoundPCMStream VirtIOSoundPCMStream; typedef
134 VirtIOSoundPCMStream **streams;
137 struct VirtIOSoundPCMStream { struct
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c36 static void virtio_snd_pcm_flush(VirtIOSoundPCMStream *stream);
130 static VirtIOSoundPCMStream *virtio_snd_pcm_get_stream(VirtIOSound *s, in virtio_snd_pcm_get_stream()
163 VirtIOSoundPCMStream *stream = NULL; in virtio_snd_handle_pcm_info()
390 static void virtio_snd_pcm_close(VirtIOSoundPCMStream *stream) in virtio_snd_pcm_close()
415 VirtIOSoundPCMStream *stream; in virtio_snd_pcm_prepare()
430 stream = g_new0(VirtIOSoundPCMStream, 1); in virtio_snd_pcm_prepare()
537 VirtIOSoundPCMStream *stream; in virtio_snd_handle_pcm_start_stop()
582 static size_t virtio_snd_pcm_get_io_msgs_count(VirtIOSoundPCMStream *stream) in virtio_snd_pcm_get_io_msgs_count()
605 VirtIOSoundPCMStream *stream; in virtio_snd_handle_pcm_release()
867 VirtIOSoundPCMStream *stream; in virtio_snd_handle_tx_xfer()
[all …]