index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
jackaudio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-03
audio: remove QEMU_AUDIO_* and -audio-help support
Paolo Bonzini
1
-1
/
+0
2023-10-03
audio: allow returning an error from the driver init
Paolo Bonzini
1
-1
/
+1
2023-09-21
audio/jackaudio: Avoid dynamic stack allocation in qjack_process()
Peter Maydell
1
-5
/
+11
2023-09-21
audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
Peter Maydell
1
-2
/
+3
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-3
/
+3
2022-03-04
audio: restore mixing-engine playback buffer size
Volker Rümelin
1
-0
/
+1
2022-03-04
jackaudio: use more jack audio buffers
Volker Rümelin
1
-2
/
+2
2022-01-13
jackaudio: use ifdefs to hide unavailable functions
Volker Rümelin
1
-0
/
+4
2021-06-17
jackaudio: avoid that the client name contains the word (NULL)
Volker Rümelin
1
-2
/
+1
2021-01-15
audio: Add spaces around operator/delete redundant spaces
Zhang Han
1
-1
/
+1
2021-01-15
audio: split pcm_ops function get_buffer_in
Volker Rümelin
1
-0
/
+1
2020-11-13
audio/jack: fix use after free segfault
Geoffrey McRae
1
-13
/
+37
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-9
/
+9
2020-06-17
audio/jack: simplify the re-init code path
Geoffrey McRae
1
-6
/
+6
2020-06-17
audio/jack: honour the enable state of the audio device
Geoffrey McRae
1
-8
/
+21
2020-06-17
audio/jack: do not remove ports when finishing
Geoffrey McRae
1
-3
/
+0
2020-06-17
audio/jack: remove invalid set of input support bool
Geoffrey McRae
1
-3
/
+0
2020-06-17
audio/jack: remove unused stopped state
Geoffrey McRae
1
-4
/
+0
2020-06-17
audio/jack: fix invalid minimum buffer size check
Geoffrey McRae
1
-11
/
+11
2020-05-25
audio/jack: add JACK client audiodev
Geoffrey McRae
1
-0
/
+667