Disable emulated audio mixer

This commit is contained in:
Martin Wimpress 2020-03-21 15:26:06 +00:00
parent 602d1fdb42
commit 4e9457a2b1
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -282,7 +282,7 @@ function vm_boot() {
-rtc base=localtime,clock=host \
-serial mon:stdio \
-audiodev pa,id=pa,server=unix:${XDG_RUNTIME_DIR}/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \
-device intel-hda -device hda-duplex,audiodev=pa \
-device intel-hda -device hda-duplex,audiodev=pa,mixer=off \
-device qemu-xhci,id=xhci,p2=8,p3=8 -device usb-kbd -device usb-tablet \
-object rng-random,id=rng0,filename=/dev/urandom \
-device virtio-rng-pci,rng=rng0 \