$OpenBSD: patch-qemu-options_hx,v 1.7 2020/08/17 09:58:44 sthen Exp $

Index: qemu-options.hx
--- qemu-options.hx.orig
+++ qemu-options.hx
@@ -590,6 +590,9 @@ DEF("audiodev", HAS_ARG, QEMU_OPTION_audiodev,
 #ifdef CONFIG_AUDIO_SDL
     "-audiodev sdl,id=id[,prop[=value][,...]]\n"
 #endif
+#ifdef CONFIG_AUDIO_SNDIO
+    "-audiodev sndio,id=id[,prop[=value][,...]]\n"
+#endif
 #ifdef CONFIG_SPICE
     "-audiodev spice,id=id[,prop[=value][,...]]\n"
 #endif
@@ -747,6 +750,11 @@ SRST
     Creates a backend using SDL. This backend is available on most
     systems, but you should use your platform's native backend if
     possible. This backend has no backend specific properties.
+
+``-audiodev sndio,id=id[,prop[=value][,...]]``
+    Creates a backend using SNDIO. This backend is available on
+    OpenBSD and most other Unix-like systems. This backend has no
+    backend specific properties.
 
 ``-audiodev spice,id=id[,prop[=value][,...]]``
     Creates a backend that sends audio through SPICE. This backend
