aboutsummaryrefslogtreecommitdiffstats
path: root/hw/audiodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/audiodev.h')
-rw-r--r--hw/audiodev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/audiodev.h b/hw/audiodev.h
index 8e930b21a..d60c3498e 100644
--- a/hw/audiodev.h
+++ b/hw/audiodev.h
@@ -11,7 +11,7 @@ int Adlib_init(qemu_irq *pic);
int GUS_init(qemu_irq *pic);
/* ac97.c */
-int ac97_init(PCIBus *buf);
+int ac97_init(PCIBus *bus);
/* cs4231a.c */
int cs4231a_init(qemu_irq *pic);