index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
/
jackaudio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio: remove QEMU_AUDIO_* and -audio-help support
Paolo Bonzini
2023-10-03
1
-1
/
+0
*
audio: allow returning an error from the driver init
Paolo Bonzini
2023-10-03
1
-1
/
+1
*
audio/jackaudio: Avoid dynamic stack allocation in qjack_process()
Peter Maydell
2023-09-21
1
-5
/
+11
*
audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
Peter Maydell
2023-09-21
1
-2
/
+3
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-3
/
+3
*
audio: restore mixing-engine playback buffer size
Volker Rümelin
2022-03-04
1
-0
/
+1
*
jackaudio: use more jack audio buffers
Volker Rümelin
2022-03-04
1
-2
/
+2
*
jackaudio: use ifdefs to hide unavailable functions
Volker Rümelin
2022-01-13
1
-0
/
+4
*
jackaudio: avoid that the client name contains the word (NULL)
Volker Rümelin
2021-06-17
1
-2
/
+1
*
audio: Add spaces around operator/delete redundant spaces
Zhang Han
2021-01-15
1
-1
/
+1
*
audio: split pcm_ops function get_buffer_in
Volker Rümelin
2021-01-15
1
-0
/
+1
*
audio/jack: fix use after free segfault
Geoffrey McRae
2020-11-13
1
-13
/
+37
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-9
/
+9
*
audio/jack: simplify the re-init code path
Geoffrey McRae
2020-06-17
1
-6
/
+6
*
audio/jack: honour the enable state of the audio device
Geoffrey McRae
2020-06-17
1
-8
/
+21
*
audio/jack: do not remove ports when finishing
Geoffrey McRae
2020-06-17
1
-3
/
+0
*
audio/jack: remove invalid set of input support bool
Geoffrey McRae
2020-06-17
1
-3
/
+0
*
audio/jack: remove unused stopped state
Geoffrey McRae
2020-06-17
1
-4
/
+0
*
audio/jack: fix invalid minimum buffer size check
Geoffrey McRae
2020-06-17
1
-11
/
+11
*
audio/jack: add JACK client audiodev
Geoffrey McRae
2020-05-25
1
-0
/
+667