chiark / gitweb /
Uniform audio version of the command backend. No attempt to rate-limit
[disorder] / lib / uaudio.c
index fc189d6ad02b66fb722e1f59b31b4c33479340d9..266846e07f225c5751c3bbbfc84b4610470cb83c 100644 (file)
@@ -107,6 +107,7 @@ const struct uaudio *uaudio_apis[] = {
   &uaudio_oss,
 #endif
   &uaudio_rtp,
+  &uaudio_command,
   NULL,
 };