Searched defs:VirtIOSoundPCMStream (Results 1 – 1 of 1) sorted by relevance
74 typedef struct VirtIOSoundPCMStream VirtIOSoundPCMStream; typedef137 struct VirtIOSoundPCMStream { struct138 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 …]