summaryrefslogtreecommitdiff
path: root/audio/jackaudio.c
AgeCommit message (Expand)Author
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin
2022-03-04jackaudio: use more jack audio buffersVolker Rümelin
2022-01-13jackaudio: use ifdefs to hide unavailable functionsVolker Rümelin
2021-06-17jackaudio: avoid that the client name contains the word (NULL)Volker Rümelin
2021-01-15audio: Add spaces around operator/delete redundant spacesZhang Han
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin
2020-11-13audio/jack: fix use after free segfaultGeoffrey McRae
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-06-17audio/jack: simplify the re-init code pathGeoffrey McRae
2020-06-17audio/jack: honour the enable state of the audio deviceGeoffrey McRae
2020-06-17audio/jack: do not remove ports when finishingGeoffrey McRae
2020-06-17audio/jack: remove invalid set of input support boolGeoffrey McRae
2020-06-17audio/jack: remove unused stopped stateGeoffrey McRae
2020-06-17audio/jack: fix invalid minimum buffer size checkGeoffrey McRae
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae