aboutsummaryrefslogtreecommitdiff
path: root/audio/jackaudio.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-03audio: remove QEMU_AUDIO_* and -audio-help supportPaolo Bonzini1-1/+0
2023-10-03audio: allow returning an error from the driver initPaolo Bonzini1-1/+1
2023-09-21audio/jackaudio: Avoid dynamic stack allocation in qjack_process()Peter Maydell1-5/+11
2023-09-21audio/jackaudio: Avoid dynamic stack allocation in qjack_client_initPeter Maydell1-2/+3
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-3/+3
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin1-0/+1
2022-03-04jackaudio: use more jack audio buffersVolker Rümelin1-2/+2
2022-01-13jackaudio: use ifdefs to hide unavailable functionsVolker Rümelin1-0/+4
2021-06-17jackaudio: avoid that the client name contains the word (NULL)Volker Rümelin1-2/+1
2021-01-15audio: Add spaces around operator/delete redundant spacesZhang Han1-1/+1
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin1-0/+1
2020-11-13audio/jack: fix use after free segfaultGeoffrey McRae1-13/+37
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-9/+9
2020-06-17audio/jack: simplify the re-init code pathGeoffrey McRae1-6/+6
2020-06-17audio/jack: honour the enable state of the audio deviceGeoffrey McRae1-8/+21
2020-06-17audio/jack: do not remove ports when finishingGeoffrey McRae1-3/+0
2020-06-17audio/jack: remove invalid set of input support boolGeoffrey McRae1-3/+0
2020-06-17audio/jack: remove unused stopped stateGeoffrey McRae1-4/+0
2020-06-17audio/jack: fix invalid minimum buffer size checkGeoffrey McRae1-11/+11
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae1-0/+667