Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dvirtio-snd.c247 cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_handle_pcm_info()
302 return cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_set_pcm_params()
500 return cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_pcm_prepare()
577 cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_handle_pcm_start_stop()
674 cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_handle_pcm_release()
808 cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_handle_ctrl()
1117 if (status != cpu_to_le32(VIRTIO_SND_S_OK)) { in virtio_snd_realize()
1124 if (status != cpu_to_le32(VIRTIO_SND_S_OK)) { in virtio_snd_realize()
1142 resp.status = cpu_to_le32(VIRTIO_SND_S_OK); in return_tx_buffer()
1229 resp.status = cpu_to_le32(VIRTIO_SND_S_OK); in return_rx_buffer()
/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h89 VIRTIO_SND_S_OK = 0x8000, enumerator