From f4d75d7596c02ed1cc6ff30310268eacfc6e75a8 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 20 Oct 2004 16:48:22 +0000 Subject: ok, now we're using some of the new audioOutput layer stuff, needs some serious testing, and there maybe some serios BREAKAGE git-svn-id: https://svn.musicpd.org/mpd/trunk@2279 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audioOutput.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audioOutput.c') diff --git a/src/audioOutput.c b/src/audioOutput.c index ff0c614a2..1165f247e 100644 --- a/src/audioOutput.c +++ b/src/audioOutput.c @@ -32,6 +32,7 @@ AudioOutput * newAudioOutput(char * name) { ret->openDeviceFunc = plugin->openDeviceFunc; ret->playFunc = plugin->playFunc; ret->closeDeviceFunc = plugin->closeDeviceFunc; + ret->open = 0; plugin->initDriverFunc(ret); } -- cgit v1.2.3