From 3bea19f266cf7aa53121bc0626167879256ecb72 Mon Sep 17 00:00:00 2001
From: bjorn3 <17426603+bjorn3@users.noreply.github.com>
Date: Wed, 18 Oct 2023 22:51:39 +0200
Subject: [PATCH] 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.
---
 mk/qemu.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/qemu.mk b/mk/qemu.mk
index 80bfc0553..357c3e7f8 100644
--- a/mk/qemu.mk
+++ b/mk/qemu.mk
@@ -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)
-- 
GitLab