From 03329bbfa51f2c0cf24d7374efcdc43eb4979633 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Tue, 23 Nov 2021 00:52:49 +0100 Subject: [PATCH] Meta: Use AC97 device in Qemu by default --- Meta/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/run.sh b/Meta/run.sh index 8aa424a110..c4dd41a536 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -207,7 +207,7 @@ if [ -z "$SERENITY_MACHINE" ]; then -device virtio-rng-pci $SERENITY_AUDIO_BACKEND $SERENITY_AUDIO_HW - -device sb16,audiodev=snd0 + -device ac97,audiodev=snd0 -device pci-bridge,chassis_nr=1,id=bridge1 -device $SERENITY_ETHERNET_DEVICE_TYPE,bus=bridge1 -device i82801b11-bridge,bus=bridge1,id=bridge2 -device sdhci-pci,bus=bridge2 -device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3