summaryrefslogtreecommitdiffstats
path: root/src/driver-order.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-08-20 16:53:56 -0400
committerLennart Poettering <lennart@poettering.net>2008-08-21 04:23:38 +0200
commitd7d6d26e1f858841f333264a07edc512066269af (patch)
tree85659c6e24d69ad7fcc1ace2ffdfcf5f935f6e11 /src/driver-order.c
parentf1ca2213fa649a9e3635ec7638b6c5bced594787 (diff)
OSS driver take 3
This adds the necessary error checking, and fixes the s/alsa/oss/ problem in configure.ac. Signed-off-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'src/driver-order.c')
-rw-r--r--src/driver-order.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/driver-order.c b/src/driver-order.c
index 252111b..36b4e8b 100644
--- a/src/driver-order.c
+++ b/src/driver-order.c
@@ -34,6 +34,9 @@ const char* const ca_driver_order[] = {
#ifdef HAVE_ALSA
"alsa",
#endif
+#ifdef HAVE_OSS
+ "oss",
+#endif
/* ... */
NULL
};