• Max Kellermann's avatar
    jack: initialize JackData in jack_initDriver() · 806a9f02
    Max Kellermann authored
    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).
    806a9f02
Name
Last commit
Last update
..
audioOutput_alsa.c Loading commit data...
audioOutput_ao.c Loading commit data...
audioOutput_fifo.c Loading commit data...
audioOutput_jack.c Loading commit data...
audioOutput_mvp.c Loading commit data...
audioOutput_null.c Loading commit data...
audioOutput_oss.c Loading commit data...
audioOutput_osx.c Loading commit data...
audioOutput_pulse.c Loading commit data...
audioOutput_shout.c Loading commit data...