diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:15 +0200 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-08-31 00:44:34 -0700 |
commit | 25b5471f415db926e8b4ebe1a02e209d70757191 (patch) | |
tree | ad9670f8bf5c9b7cb5dbaf0a1ae353daf7c4d656 /src/song.c | |
parent | 8c419bb006e376cd0b78453a988976d96027a9f4 (diff) | |
download | mpd-25b5471f415db926e8b4ebe1a02e209d70757191.tar.gz mpd-25b5471f415db926e8b4ebe1a02e209d70757191.tar.xz mpd-25b5471f415db926e8b4ebe1a02e209d70757191.zip |
jack: initialize JackData in jack_initDriver()
Over the lifetime of the jack AudioOutput object, we want a single
valid JackData object, so we can persistently store data there
(configuration etc.). Allocate JackData in jack_initDriver(). After
that, we can safely remove all audioOutput->data==NULL checks (and
replace them with assertions).
Diffstat (limited to 'src/song.c')
0 files changed, 0 insertions, 0 deletions