From: Richard Kettlewell Date: Sun, 2 Aug 2009 15:14:17 +0000 (+0100) Subject: Disobedience now configures its sound device correctly. X-Git-Tag: 5.0~101 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/61ad064530dd6993f22feaa8484775a32ec33f79 Disobedience now configures its sound device correctly. Patch from Ross Younger. --- diff --git a/disobedience/disobedience.c b/disobedience/disobedience.c index a4e9d20..5062747 100644 --- a/disobedience/disobedience.c +++ b/disobedience/disobedience.c @@ -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 */