$OpenBSD: patch-capplets_sound_sound-properties-capplet_c,v 1.4 2009/01/19 09:54:34 ajacoutot Exp $
--- capplets/sound/sound-properties-capplet.c.orig	Wed Sep 24 18:36:23 2008
+++ capplets/sound/sound-properties-capplet.c	Mon Jan 12 15:32:13 2009
@@ -845,6 +845,8 @@ setup_devices (void)
 	}
 	add_device (AUDIO_PLAYBACK, "pulsesink", _("PulseAudio Sound Server"), NULL);
 	add_device (AUDIO_CAPTURE, "pulsesrc", _("PulseAudio Sound Server"), NULL);
+	add_device (AUDIO_PLAYBACK, "libsndiosink", _("SNDIO - audio access library"), NULL);
+	add_device (AUDIO_CAPTURE, "libsndiosrc", _("SNDIO - audio access library"), NULL);
 	add_device (AUDIO_CAPTURE, "audiotestsrc wave=triangle is-live=true", _("Test Sound"), NULL);
 	add_device (AUDIO_CAPTURE, "audiotestsrc wave=silence is-live=true", _("Silence"), NULL);
 
