]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/audio/trace-events
virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
[thirdparty/qemu.git] / hw / audio / trace-events
index 6def414f96bdc3ac0b662d1d3a90b4cc38a765e1..db48ff04feda01059df71135bb8c2b2812b1cd2d 100644 (file)
@@ -49,6 +49,7 @@ virtio_snd_realize(void *snd) "snd %p: realize"
 virtio_snd_unrealize(void *snd) "snd %p: unrealize"
 virtio_snd_handle_ctrl(void *vdev, void *vq) "snd %p: handle ctrl event for queue %p"
 virtio_snd_handle_pcm_info(uint32_t stream) "VIRTIO_SND_R_PCM_INFO called for stream %"PRIu32
+virtio_snd_handle_pcm_start_stop(const char *code, uint32_t stream) "%s called for stream %"PRIu32
 virtio_snd_handle_code(uint32_t val, const char *code) "ctrl code msg val = %"PRIu32" == %s"
 virtio_snd_handle_chmap_info(void) "VIRTIO_SND_CHMAP_INFO called"
 virtio_snd_handle_event(void) "event queue callback called"