On 27/10/25 16:10, [email protected] wrote:
From: Marc-André Lureau <[email protected]>
For modularity/clarity reasons, move the capture API in a specific
header.
The current audio/ header license is MIT.
Signed-off-by: Marc-André Lureau <[email protected]>
---
MAINTAINERS | 2 +-
audio/audio_int.h | 1 +
include/qemu/audio-capture.h | 43 ++++++++++++++++++++++++++++++++++++
include/qemu/audio.h | 30 -------------------------
ui/vnc.h | 2 +-
5 files changed, 46 insertions(+), 32 deletions(-)
create mode 100644 include/qemu/audio-capture.h
Good idea.
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>