]> git.proxmox.com Git - pve-docs.git/commitdiff
qm: update section about audio devices
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 12 Jan 2021 13:39:57 +0000 (14:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Jan 2021 16:36:59 +0000 (17:36 +0100)
With the ability to configure the `none` backend, the audio section
needs an update.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index 0d9c10e56feec8d56f83659c70af8fe2a52fbd9b..333b2e61d5818c5d5bf0774c4ec9d93f65f52b86 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -796,11 +796,18 @@ Supported audio devices are:
 * `intel-hda`: Intel HD Audio Controller, emulates ICH6
 * `AC97`: Audio Codec '97, useful for older operating systems like Windows XP
 
-NOTE: The audio device works only in combination with SPICE. Remote protocols
-like Microsoft's RDP have options to play sound. To use the physical audio
-device of the host use device passthrough (see
-xref:qm_pci_passthrough[PCI Passthrough] and
-xref:qm_usb_passthrough[USB Passthrough]).
+There are two backends available:
+
+* 'spice'
+* 'none'
+
+The 'spice' backend can be used in combination with xref:qm_display[SPICE] while
+the 'none' backend can be useful if an audio device is needed in the VM for some
+software to work. To use the physical audio device of the host use device
+passthrough (see xref:qm_pci_passthrough[PCI Passthrough] and
+xref:qm_usb_passthrough[USB Passthrough]). Remote protocols like Microsoft’s RDP
+have options to play sound.
+
 
 [[qm_virtio_rng]]
 VirtIO RNG