summaryrefslogtreecommitdiffstats
path: root/src/driver-order.c
diff options
context:
space:
mode:
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
};