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.c222 cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_handle_pcm_info()
279 return cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_set_pcm_params()
477 return cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_pcm_prepare()
554 cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_handle_pcm_start_stop()
651 cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_handle_pcm_release()
785 cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_OK); in virtio_snd_handle_ctrl()
1094 if (status != cpu_to_le32(VIRTIO_SND_S_OK)) { in virtio_snd_realize()
1101 if (status != cpu_to_le32(VIRTIO_SND_S_OK)) { in virtio_snd_realize()
1119 resp.status = cpu_to_le32(VIRTIO_SND_S_OK); in return_tx_buffer()
1206 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