index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
jackaudio.c
Age
Commit message (
Expand
)
Author
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-04
audio: restore mixing-engine playback buffer size
Volker Rümelin
2022-03-04
jackaudio: use more jack audio buffers
Volker Rümelin
2022-01-13
jackaudio: use ifdefs to hide unavailable functions
Volker Rümelin
2021-06-17
jackaudio: avoid that the client name contains the word (NULL)
Volker Rümelin
2021-01-15
audio: Add spaces around operator/delete redundant spaces
Zhang Han
2021-01-15
audio: split pcm_ops function get_buffer_in
Volker Rümelin
2020-11-13
audio/jack: fix use after free segfault
Geoffrey McRae
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-06-17
audio/jack: simplify the re-init code path
Geoffrey McRae
2020-06-17
audio/jack: honour the enable state of the audio device
Geoffrey McRae
2020-06-17
audio/jack: do not remove ports when finishing
Geoffrey McRae
2020-06-17
audio/jack: remove invalid set of input support bool
Geoffrey McRae
2020-06-17
audio/jack: remove unused stopped state
Geoffrey McRae
2020-06-17
audio/jack: fix invalid minimum buffer size check
Geoffrey McRae
2020-05-25
audio/jack: add JACK client audiodev
Geoffrey McRae