]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.c
PC speaker emulation (Joachim Henke)
[mirror_qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 36b7e24fe31e641f7c0bd4e1298a3ab2663694da..3b83ed2f2d51a9002b22100659d2718b7ecead52 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -4862,6 +4862,15 @@ void register_machines(void)
 
 #ifdef HAS_AUDIO
 struct soundhw soundhw[] = {
+#ifdef TARGET_I386
+    {
+        "pcspk",
+        "PC speaker",
+        0,
+        1,
+        { .init_isa = pcspk_audio_init }
+    },
+#endif
     {
         "sb16",
         "Creative Sound Blaster 16",