mirror of
https://abf.rosa.ru/djam/qemoo.git
synced 2025-02-23 09:03:00 +00:00
disable sound
alsa driver doesn't work for all sound devices
This commit is contained in:
parent
0c8d1466f4
commit
1c5d1664e3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Setup parameters for qemoo
|
||||
|
||||
# additional parameters for qemu
|
||||
QEMUADD="-device ich9-intel-hda -device hda-duplex,audiodev=audio0 -audiodev alsa,id=audio0 -vga std -smp 2"
|
||||
QEMUADD="-vga std -smp 2"
|
||||
|
||||
# what to do (run or install, default: run)
|
||||
#ACTION='run'
|
||||
|
|
Loading…
Add table
Reference in a new issue