$OpenBSD: patch-src_daemon_default_pa_in,v 1.8 2013/01/02 16:28:19 ajacoutot Exp $
--- src/daemon/default.pa.in.orig	Mon Dec  3 06:57:23 2012
+++ src/daemon/default.pa.in	Wed Jan  2 16:22:49 2013
@@ -47,6 +47,7 @@ load-module module-augment-properties
 ### Load audio drivers statically
 ### (it's probably better to not load these drivers manually, but instead
 ### use module-udev-detect -- see below -- for doing this automatically)
+load-module module-sndio.so record="false"
 ifelse(@HAVE_ALSA@, 1, [dnl
 #load-module module-alsa-sink
 #load-module module-alsa-source device=hw:1,0
@@ -69,11 +70,11 @@ ifelse(@HAVE_UDEV@, 1, [dnl
 load-module module-udev-detect
 .else
 ], [dnl
-.ifexists module-detect@PA_SOEXT@
+#.ifexists module-detect@PA_SOEXT@
 ])dnl
 ### Use the static hardware detection module (for systems that lack udev support)
-load-module module-detect
-.endif
+#load-module module-detect
+#.endif
 
 ### Automatically connect sink and source if JACK server is present
 .ifexists module-jackdbus-detect@PA_SOEXT@
