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:
bjorn3 2023-10-18 22:51:39 +02:00
parent 3a1b3de8f7
commit 3bea19f266

View file

@ -69,7 +69,7 @@ else ifeq ($(audio),ac97)
QEMUFLAGS+=-device AC97 QEMUFLAGS+=-device AC97
else else
# Intel High Definition Audio # Intel High Definition Audio
QEMUFLAGS+=-device ich9-intel-hda -device hda-duplex QEMUFLAGS+=-device ich9-intel-hda -device hda-output
endif endif
ifeq ($(net),no) ifeq ($(net),no)