On 27/10/25 16:10, [email protected] wrote:
From: Marc-André Lureau <[email protected]>
Naming is hard. But in general in QEMU, a host "backend" is the term
used to fullfill the request made by the device or frontend.
AudioBackend will become an abstract base class in a follow-up series.
Currently the frontend is QEMUSoundCard, we are going to drop that next.
Note that "audiodev" is the corresponding QAPI type name (or configuration).
Signed-off-by: Marc-André Lureau <[email protected]>
---
audio/audio.h | 16 +++---
audio/audio_int.h | 20 +++----
audio/audio_template.h | 20 +++----
ui/vnc.h | 2 +-
audio/alsaaudio.c | 2 +-
audio/audio-hmp-cmds.c | 2 +-
audio/audio.c | 90 ++++++++++++++++----------------
audio/dbusaudio.c | 8 +--
audio/ossaudio.c | 4 +-
audio/wavcapture.c | 2 +-
hw/audio/pcspk.c | 2 +-
hw/core/machine.c | 2 +-
hw/core/qdev-properties-system.c | 6 +--
ui/dbus.c | 8 +--
ui/vnc.c | 10 ++--
15 files changed, 97 insertions(+), 97 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>