From ffa48cf5ab719e1e181e51b87bc0f5d397b791fa Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 18 Apr 2013 18:43:59 +0200 Subject: 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 Message-id: 1366303444-24620-4-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori --- include/sysemu/arch_init.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/sysemu/arch_init.h b/include/sysemu/arch_init.h index aed3d1d..f18de33 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); -- cgit v1.1