aboutsummaryrefslogtreecommitdiff
path: root/hw/audiodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/audiodev.h')
-rw-r--r--hw/audiodev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/audiodev.h b/hw/audiodev.h
index 3c02f19ff..5f4a21123 100644
--- a/hw/audiodev.h
+++ b/hw/audiodev.h
@@ -12,3 +12,6 @@ int GUS_init (AudioState *s, qemu_irq *pic);
/* ac97.c */
int ac97_init (PCIBus *buf, AudioState *s);
+
+/* cs4231a.c */
+int cs4231a_init (AudioState *s, qemu_irq *pic);