chiark / gitweb /
Merge volume and build fixes
[disorder] / server / speaker.c
index cc1764ed464f11fc1ba526f1abb5a81ac7173686..9cef6a43d370df40c146ac854382ecffd8fa818b 100644 (file)
@@ -669,6 +669,8 @@ int main(int argc, char **argv) {
   /* TODO other parameters! */
   backend = uaudio_find(config->api);
   /* backend-specific initialization */
+  if(backend->configure)
+    backend->configure();
   backend->start(speaker_callback, NULL);
   /* create the socket directory */
   byte_xasprintf(&dir, "%s/speaker", config->home);