]> git.proxmox.com Git - qemu-server.git/commitdiff
Add audio device to HW permissions
authorAaron Lauterer <a.lauterer@proxmox.com>
Wed, 17 Jul 2019 13:59:01 +0000 (15:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Jul 2019 06:24:39 +0000 (08:24 +0200)
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/API2/Qemu.pm

index e2a63be1b05501640ebd5acc97e0228fac894cd2..8be0b7b10461902d1a3059c4cd8e3a71ef48021d 100644 (file)
@@ -260,6 +260,7 @@ my $hwtypeoptions = {
     'tablet' => 1,
     'vga' => 1,
     'watchdog' => 1,
+    'audio0' => 1,
 };
 
 my $generaloptions = {