diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-11-23 00:52:49 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-11-23 10:06:24 +0100 |
commit | 03329bbfa51f2c0cf24d7374efcdc43eb4979633 (patch) | |
tree | 0e3795344b1eb665561bec995168672ac427e725 /Meta/run.sh | |
parent | 7a2a0c10521077f746b855c83297e401af3ded83 (diff) | |
download | serenity-03329bbfa51f2c0cf24d7374efcdc43eb4979633.zip |
Meta: Use AC97 device in Qemu by default
Diffstat (limited to 'Meta/run.sh')
-rwxr-xr-x | Meta/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |