Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dvirtio-snd.c393 if (stream->info.direction == VIRTIO_SND_D_OUTPUT) { in virtio_snd_pcm_close()
446 (s->snd_conf.streams & 1) ? VIRTIO_SND_D_OUTPUT : VIRTIO_SND_D_INPUT; in virtio_snd_pcm_prepare()
459 if (stream->info.direction == VIRTIO_SND_D_OUTPUT) { in virtio_snd_pcm_prepare()
563 if (stream->info.direction == VIRTIO_SND_D_OUTPUT) { in virtio_snd_handle_pcm_start_stop()
889 if (stream->info.direction != VIRTIO_SND_D_OUTPUT) { in virtio_snd_handle_tx_xfer()
1296 (stream->info.direction == VIRTIO_SND_D_OUTPUT) ? return_tx_buffer : in virtio_snd_pcm_flush()
/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h48 VIRTIO_SND_D_OUTPUT = 0, enumerator