Home
last modified time | relevance | path

Searched refs:snd (Results 1 – 10 of 10) sorted by relevance

/qemu/hw/audio/
H A Dtrace-events42 #virtio-snd.c
43 virtio_snd_get_config(void *vdev, uint32_t jacks, uint32_t streams, uint32_t chmaps) "snd %p: get_c…
44 …32_t streams, uint32_t new_streams, uint32_t chmaps, uint32_t new_chmaps) "snd %p: set_config jack…
45 virtio_snd_get_features(void *vdev, uint64_t features) "snd %p: get_features 0x%"PRIx64
48 virtio_snd_realize(void *snd) "snd %p: realize"
49 virtio_snd_unrealize(void *snd) "snd %p: unrealize"
51 virtio_snd_handle_ctrl(void *vdev, void *vq) "snd %p: handle ctrl event for queue %p"
H A Dmeson.build16 system_ss.add(when: ['CONFIG_VIRTIO_SND', 'CONFIG_VIRTIO'], if_true: files('virtio-snd.c'))
17 …n: ['CONFIG_VIRTIO_SND', 'CONFIG_VIRTIO', 'CONFIG_VIRTIO_PCI'], if_true: files('virtio-snd-pci.c'))
H A Dvirtio-snd.c417 AUD_close_out(&stream->pcm->snd->card, stream->voice.out); in virtio_snd_pcm_close()
420 AUD_close_in(&stream->pcm->snd->card, stream->voice.in); in virtio_snd_pcm_close()
1087 vsnd->pcm->snd = vsnd; in virtio_snd_realize()
/qemu/include/hw/audio/
H A Dvirtio-snd.h125 VirtIOSound *snd; member
/qemu/hw/virtio/
H A Dmeson.build27 system_virtio_ss.add(when: 'CONFIG_VHOST_USER_SND', if_true: files('vhost-user-snd.c'))
39 if_true: files('vhost-user-snd-pci.c'))
/qemu/hw/dma/
H A Dxlnx_csu_dma.c494 #define DMACH_REGINFO(NAME, snd) \ argument
520 | (snd ? 0 : R_CTRL_FIFOTHRESH_RESET \
/qemu/docs/system/devices/
H A Dvhost-user.rst52 * - vhost-user-snd
/qemu/docs/system/
H A Ddevice-emulation.rst96 devices/virtio-snd.rst
/qemu/target/arm/
H A Dptw.c2437 int i, snd; in get_phys_addr_pmsav7() local
2441 snd = ((address - base) >> rsize) & 0x7; in get_phys_addr_pmsav7()
2442 srdis = extract32(env->pmsav7.drsr[n], snd + 8, 1); in get_phys_addr_pmsav7()
2453 int snd_rounded = snd & ~(i - 1); in get_phys_addr_pmsav7()
/qemu/
H A DMAINTAINERS2356 vhost-user-snd
2360 F: hw/virtio/vhost-user-snd*
2361 F: include/hw/virtio/vhost-user-snd.h
2393 virtio-snd
2397 F: hw/audio/virtio-snd.c
2398 F: hw/audio/virtio-snd-pci.c
2399 F: include/hw/audio/virtio-snd.h
2400 F: docs/system/devices/virtio-snd.rst