Commit 1fa2223da1 for qemu.org

commit 1fa2223da18d926b5b8ac006de27ebd785e541e0
Author: Marc-André Lureau <marcandre.lureau@redhat.com>
Date:   Tue Jan 20 18:37:06 2026 +0400

    audio/dbus: remove unused AUDIO_CAP macro

    The DBus audio backend already uses error_report() for error logging.
    Remove the unused AUDIO_CAP macro which was left over from the old
    logging infrastructure.

    Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
    Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

diff --git a/audio/dbusaudio.c b/audio/dbusaudio.c
index d8e548bf46..5f65c043c1 100644
--- a/audio/dbusaudio.c
+++ b/audio/dbusaudio.c
@@ -36,7 +36,6 @@
 #include "ui/dbus-display.h"
 #include "ui/dbus-display1.h"

-#define AUDIO_CAP "dbus"
 #include "qemu/audio.h"
 #include "audio_int.h"
 #include "trace.h"