diff options
author | Eduardo Habkost | 2017-05-08 22:57:33 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2017-05-19 10:48:53 +0200 |
commit | ca89f72092bdb42e077f2f64f417edad009ce0ef (patch) | |
tree | ecc5a3714e3bcacd875655147540be20ae0401c2 /include/sysemu/arch_init.h | |
parent | Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging (diff) | |
download | qemu-ca89f72092bdb42e077f2f64f417edad009ce0ef.tar.gz qemu-ca89f72092bdb42e077f2f64f417edad009ce0ef.tar.xz qemu-ca89f72092bdb42e077f2f64f417edad009ce0ef.zip |
audio: Move arch_init audio code to hw/audio/soundhw.c
There's no reason to keep the soundhw table in arch_init.c. Move
that code to a new hw/audio/soundhw.c file.
While moving the code, trivial coding style issues were fixed.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20170508205735.23444-2-ehabkost@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/sysemu/arch_init.h')
-rw-r--r-- | include/sysemu/arch_init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/arch_init.h b/include/sysemu/arch_init.h index 2bf16b203c..8751c468ed 100644 --- a/include/sysemu/arch_init.h +++ b/include/sysemu/arch_init.h @@ -28,8 +28,6 @@ enum { extern const uint32_t arch_type; -void select_soundhw(const char *optarg); -void audio_init(void); int kvm_available(void); int xen_available(void); |