2eebabbd75
- replace audio(4) backend with sio_open(3) (libsndio) backend update by ajacoutot, new backend from me
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
$OpenBSD: patch-audio_c,v 1.6 2008/12/20 08:58:32 jakemsr Exp $
|
|
--- audio.c.orig Sat Dec 20 00:19:22 2008
|
|
+++ audio.c Sat Dec 20 00:19:22 2008
|
|
@@ -31,6 +31,8 @@ static int esd_write_size = ESD_BUF_SIZE;
|
|
# include "audio_alsa.c"
|
|
#elif defined(DRIVER_OSS)
|
|
# include "audio_oss.c"
|
|
+#elif defined(DRIVER_SNDIO)
|
|
+# include "audio_sndio.c"
|
|
#elif defined(DRIVER_AIX)
|
|
# include "audio_aix.c"
|
|
#elif defined(DRIVER_IRIX)
|