mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Disable emulated audio mixer
This commit is contained in:
parent
602d1fdb42
commit
4e9457a2b1
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue