Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost-user-snd.c26 .min_size = endof(struct virtio_snd_config, chmaps),
/qemu/hw/audio/
H A Dtrace-events43 …int32_t jacks, uint32_t streams, uint32_t chmaps) "snd %p: get_config jacks=%"PRIu32" streams=%"PR…
H A Dvirtio-snd.c86 DEFINE_PROP_UINT32("chmaps", VirtIOSound, snd_conf.chmaps,
99 s->snd_conf.chmaps); in virtio_snd_get_config()
104 cpu_to_le32s(&sndconfig->chmaps); in virtio_snd_get_config()
1049 if (vsnd->snd_conf.chmaps > VIRTIO_SND_CHMAP_MAX_SIZE) { in virtio_snd_realize()
1052 vsnd->snd_conf.chmaps); in virtio_snd_realize()
/qemu/docs/system/devices/
H A Dvirtio-snd.rst26 * ``chmaps`` number of channel maps (Unimplemented).
/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h27 uint32_t chmaps; member