Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dtrace-events43 …int32_t jacks, uint32_t streams, uint32_t chmaps) "snd %p: get_config jacks=%"PRIu32" streams=%"PR…
44 …eams, uint32_t chmaps, uint32_t new_chmaps) "snd %p: set_config jacks from %"PRIu32"->%"PRIu32", s…
H A Dvirtio-snd.c87 DEFINE_PROP_UINT32("chmaps", VirtIOSound, snd_conf.chmaps,
101 s->snd_conf.chmaps); in virtio_snd_get_config()
106 cpu_to_le32s(&sndconfig->chmaps); in virtio_snd_get_config()
123 s->snd_conf.chmaps, in virtio_snd_set_config()
124 sndconfig->chmaps); in virtio_snd_set_config()
129 le32_to_cpus(&s->snd_conf.chmaps); in virtio_snd_set_config()
1072 if (vsnd->snd_conf.chmaps > VIRTIO_SND_CHMAP_MAX_SIZE) { in virtio_snd_realize()
1075 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