Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/audio/
H A Dvirtio-snd.h74 typedef struct VirtIOSoundPCMStream VirtIOSoundPCMStream; typedef
137 struct VirtIOSoundPCMStream { struct
138 VirtIOSoundPCM *pcm;
139 virtio_snd_pcm_info info;
140 virtio_snd_pcm_set_params params;
141 uint32_t id;
143 uint8_t positions[VIRTIO_SND_CHMAP_MAX_SIZE];
144 VirtIOSound *s;
145 bool flushing;
146 audsettings as;
[all …]