chiark / gitweb /
disobedience volume control is local if rtp play
[disorder] / lib / configuration.c
index 3ca9a737775cd7973f95a66e91866e132db4f378..35ed090a012e6bd97e2153fe529d037d70e28422 100644 (file)
@@ -1037,6 +1037,8 @@ static struct config *config_default(void) {
   c->authorization_algorithm = xstrdup("sha1");
   c->noticed_history = 31;
   c->short_display = 32;
+  c->mixer = xstrdup("/dev/mixer");
+  c->channel = xstrdup("pcm");
   return c;
 }