summaryrefslogtreecommitdiff
path: root/docs/formatdomain.rst
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2023-05-09 13:10:30 +0200
committerPeter Krempa <pkrempa@redhat.com>2023-05-09 15:12:03 +0200
commit3d6bc5c61101aadd6fca5d558a44a1cba8120178 (patch)
tree62a702c57ea4b8ba2b2b6a68dbdb7bf4bfb24d9a /docs/formatdomain.rst
parent783c6bc2f03c797b06a483fc813ed0f3373e1daa (diff)
downloadlibvirt-3d6bc5c61101aadd6fca5d558a44a1cba8120178.tar.gz
conf: qemu: Add support for multi-channel mode for 'usb' sound cards
Allow users controlling the multi-channel mode by adding a 'multichannel' property parsed for USB audio devices and wire up the support in the qemu driver. Closes: https://gitlab.com/libvirt/libvirt/-/issues/472 Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'docs/formatdomain.rst')
-rw-r--r--docs/formatdomain.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index d62bda9adb..99383e725c 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -7235,6 +7235,11 @@ Valid values are:
</devices>
...
+:since:`Since 9.4.0` the ``usb`` sound device can be optionally switched into
+multi-channel mode by using the ``multichannel`` attribute::
+
+ <sound model='usb' multichannel='yes'/>
+
Each ``sound`` element has an optional sub-element ``<address>`` which can tie
the device to a particular PCI slot. See `Device Addresses`_.