summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaolo Bonzini2013-04-18 18:43:59 +0200
committerAnthony Liguori2013-04-29 19:16:36 +0200
commitffa48cf5ab719e1e181e51b87bc0f5d397b791fa (patch)
tree5672b356dd914857ef70583950693c5620311e3d /include
parentaudio: remove the need for audio card CONFIG_* symbols (diff)
downloadqemu-ffa48cf5ab719e1e181e51b87bc0f5d397b791fa.tar.gz
qemu-ffa48cf5ab719e1e181e51b87bc0f5d397b791fa.tar.xz
qemu-ffa48cf5ab719e1e181e51b87bc0f5d397b791fa.zip
audio: remove HAS_AUDIO
Several targets can have wavcapture/-soundhw support via PCI cards. HAS_AUDIO is a useless limitation, remove it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1366303444-24620-4-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/arch_init.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/arch_init.h b/include/sysemu/arch_init.h
index aed3d1d9a7..f18de333a2 100644
--- a/include/sysemu/arch_init.h
+++ b/include/sysemu/arch_init.h
@@ -30,7 +30,6 @@ void select_soundhw(const char *optarg);
void do_acpitable_option(const QemuOpts *opts);
void do_smbios_option(const char *optarg);
void cpudef_init(void);
-int audio_available(void);
void audio_init(ISABus *isa_bus, PCIBus *pci_bus);
int tcg_available(void);
int kvm_available(void);