summaryrefslogtreecommitdiff
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 39a729b8a4..8e930b21ae 100644
--- a/hw/audiodev.h
+++ b/hw/audiodev.h
@@ -15,3 +15,6 @@ int ac97_init(PCIBus *buf);
/* cs4231a.c */
int cs4231a_init(qemu_irq *pic);
+
+/* intel-hda.c + hda-audio.c */
+int intel_hda_and_codec_init(PCIBus *bus);