diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-16 10:41:16 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-23 08:36:50 +0200 |
commit | f0c4555edfdd2088aab04b5779912d52b6b90454 (patch) | |
tree | ee73310bd8e424e4cbcd37beb0df51510b1b0af7 /ui | |
parent | a8a98cfd42f70ac1b725ee25e23154291228b330 (diff) |
audio: remove qemu_spice_audio_init()
Handle the spice special case in audio_init instead.
With the qemu_spice_audio_init() symbol dependency being
gone we can build spiceaudio as module.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20200916084117.21828-2-kraxel@redhat.com
Diffstat (limited to 'ui')
-rw-r--r-- | ui/spice-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/spice-core.c b/ui/spice-core.c index ecc2ec2c55..10aa309f78 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -804,7 +804,6 @@ void qemu_spice_init(void) qemu_spice_add_interface(&spice_migrate.base); qemu_spice_input_init(); - qemu_spice_audio_init(); qemu_add_vm_change_state_handler(vm_change_state_handler, NULL); qemu_spice_display_stop(); |