Switch qemu sound device from hda-duplex to hda-output
hda-duplex allows recording too. At least for XFCE this results in a scary mic recording icon even when nothing inside the VM is actually recording anything.
This commit is contained in:
parent
3a1b3de8f7
commit
3bea19f266
|
@ -69,7 +69,7 @@ else ifeq ($(audio),ac97)
|
|||
QEMUFLAGS+=-device AC97
|
||||
else
|
||||
# Intel High Definition Audio
|
||||
QEMUFLAGS+=-device ich9-intel-hda -device hda-duplex
|
||||
QEMUFLAGS+=-device ich9-intel-hda -device hda-output
|
||||
endif
|
||||
|
||||
ifeq ($(net),no)
|
||||
|
|
Loading…
Reference in a new issue