From: Martin Mares Date: Sat, 22 Nov 2014 19:34:07 +0000 (+0100) Subject: Volume maxima set to 1.5 (before I find a better solution) X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f45e7291be05ad725c7429f5b0353cb2bb480bbd;p=ursary.git Volume maxima set to 1.5 (before I find a better solution) --- diff --git a/ursaryd.c b/ursaryd.c index eaa5654..b644a86 100644 --- a/ursaryd.c +++ b/ursaryd.c @@ -108,10 +108,10 @@ struct client_map { }; static struct client_map client_map[] = { - { 4, "Music Player Daemon", "albireo", 1 }, - { 5, "MPlayer", NULL, 1 }, - { 6, NULL, "ogion", 1 }, - { 7, NULL, "ursula", 1 }, + { 4, "Music Player Daemon", "albireo", 1.5 }, + { 5, NULL, "albireo", 1.5 }, + { 6, NULL, "ogion", 1.5 }, + { 7, NULL, "ursula", 1.5 }, }; #define NUM_CLIENTS ARRAY_SIZE(client_map)