• 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
audioOutput_jack.c 10.3 KB