Home
last modified time | relevance | path

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

/openbmc/linux/sound/virtio/
H A Dvirtio_chmap.c93 case VIRTIO_SND_D_OUTPUT: in virtsnd_chmap_parse_cfg()
179 if (info->direction == VIRTIO_SND_D_OUTPUT) in virtsnd_chmap_build_devs()
H A Dvirtio_pcm.c372 case VIRTIO_SND_D_OUTPUT: in virtsnd_pcm_parse_cfg()
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c395 if (stream->info.direction == VIRTIO_SND_D_OUTPUT) { in virtio_snd_pcm_close()
448 (s->snd_conf.streams & 1) ? VIRTIO_SND_D_OUTPUT : VIRTIO_SND_D_INPUT; in virtio_snd_pcm_prepare()
461 if (stream->info.direction == VIRTIO_SND_D_OUTPUT) { in virtio_snd_pcm_prepare()
565 if (stream->info.direction == VIRTIO_SND_D_OUTPUT) { in virtio_snd_handle_pcm_start_stop()
891 if (stream->info.direction != VIRTIO_SND_D_OUTPUT) { in virtio_snd_handle_tx_xfer()
1298 (stream->info.direction == VIRTIO_SND_D_OUTPUT) ? return_tx_buffer : in virtio_snd_pcm_flush()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_snd.h38 VIRTIO_SND_D_OUTPUT = 0, enumerator
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h48 VIRTIO_SND_D_OUTPUT = 0, enumerator