summaryrefslogtreecommitdiffstats
path: root/audio/jackaudio.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-3/+3
* audio: restore mixing-engine playback buffer sizeVolker Rümelin2022-03-041-0/+1
* jackaudio: use more jack audio buffersVolker Rümelin2022-03-041-2/+2
* jackaudio: use ifdefs to hide unavailable functionsVolker Rümelin2022-01-131-0/+4
* jackaudio: avoid that the client name contains the word (NULL)Volker Rümelin2021-06-171-2/+1Star
* audio: Add spaces around operator/delete redundant spacesZhang Han2021-01-151-1/+1
* audio: split pcm_ops function get_buffer_inVolker Rümelin2021-01-151-0/+1
* audio/jack: fix use after free segfaultGeoffrey McRae2020-11-131-13/+37
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-9/+9
* audio/jack: simplify the re-init code pathGeoffrey McRae2020-06-171-6/+6
* audio/jack: honour the enable state of the audio deviceGeoffrey McRae2020-06-171-8/+21
* audio/jack: do not remove ports when finishingGeoffrey McRae2020-06-171-3/+0Star
* audio/jack: remove invalid set of input support boolGeoffrey McRae2020-06-171-3/+0Star
* audio/jack: remove unused stopped stateGeoffrey McRae2020-06-171-4/+0Star
* audio/jack: fix invalid minimum buffer size checkGeoffrey McRae2020-06-171-11/+11
* audio/jack: add JACK client audiodevGeoffrey McRae2020-05-251-0/+667