From 0dfa5ef90d0b4eebaf810a897459a009e4b1cef2 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Fri, 21 Jan 2011 19:53:45 +0900 Subject: audio: consolidate audio_init() consolidate audio_init() and remove references to shoundhw. Signed-off-by: Isaku Yamahata Acked-by: Blue Swirl Signed-off-by: Aurelien Jarno --- sysemu.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index 0c969f2..23ae17e 100644 --- a/sysemu.h +++ b/sysemu.h @@ -178,21 +178,6 @@ extern CharDriverState *parallel_hds[MAX_PARALLEL_PORTS]; #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR) -#ifdef HAS_AUDIO -struct soundhw { - const char *name; - const char *descr; - int enabled; - int isa; - union { - int (*init_isa) (qemu_irq *pic); - int (*init_pci) (PCIBus *bus); - } init; -}; - -extern struct soundhw soundhw[]; -#endif - void do_usb_add(Monitor *mon, const QDict *qdict); void do_usb_del(Monitor *mon, const QDict *qdict); void usb_info(Monitor *mon); -- cgit v1.1