diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-03-09 17:15:28 +0400 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-12-21 10:50:22 +0400 |
| commit | 739362d4205cd90686118fe5af3e236c2f8c6be9 (patch) | |
| tree | 10d27d3efc227f29ffee0dd02d345e0faa707623 /ui/dbus.h | |
| parent | b4dd5b6a60eb525437c8d315d0d59dc25d4e4cb1 (diff) | |
| download | focaccia-qemu-739362d4205cd90686118fe5af3e236c2f8c6be9.tar.gz focaccia-qemu-739362d4205cd90686118fe5af3e236c2f8c6be9.zip | |
audio: add "dbus" audio backend
Add a new -audio backend that accepts D-Bus clients/listeners to handle playback & recording, to be exported via the -display dbus. Example usage: -audiodev dbus,in.mixing-engine=off,out.mixing-engine=off,id=dbus -display dbus,audiodev=dbus Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/dbus.h')
| -rw-r--r-- | ui/dbus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/dbus.h b/ui/dbus.h index 4698d32463..ca1f0f4ab9 100644 --- a/ui/dbus.h +++ b/ui/dbus.h @@ -36,6 +36,7 @@ struct DBusDisplay { DisplayGLMode gl_mode; bool p2p; char *dbus_addr; + char *audiodev; DisplayGLCtx glctx; GDBusConnection *bus; |