From 69176148bfd4a9a40a8d653997a6f2714d65776b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 2 Nov 2004 21:48:53 +0000 Subject: enabling and disabling individual audioOutputs is mostly done, just need to add the command hooks git-svn-id: https://svn.musicpd.org/mpd/trunk@2484 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 15cc27e01..2160a1ccd 100644 --- a/src/main.c +++ b/src/main.c @@ -427,9 +427,9 @@ int main(int argc, char * argv[]) { openDB(&options, argv[0]); initCommands(); + initPlayerData(); initAudioConfig(); initAudioDriver(); - initPlayerData(); initVolume(); initInterfaces(); initInputStream(); -- cgit v1.2.3