chiark / gitweb /
Update copyright dates
[disorder] / disobedience / disobedience.c
index a4e9d20773f0d1e4ce4649a7713fd9a06d41e54c..38fc6eb33ef8708fe690a47d11f9c3cd40ba90fc 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2006, 2007, 2008 Richard Kettlewell
+ * Copyright (C) 2006-2009 Richard Kettlewell
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -463,6 +463,8 @@ int main(int argc, char **argv) {
   if(config_read(0, NULL)) fatal(0, "cannot read configuration");
   /* we'll need mixer support */
   backend = uaudio_apis[0];
+  if(backend->configure)
+    backend->configure();
   if(backend->open_mixer)
     backend->open_mixer();
   /* create the clients */