aboutsummaryrefslogtreecommitdiff
path: root/audio/jackaudio.c
AgeCommit message (Expand)AuthorFilesLines
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