diff options
Diffstat (limited to 'hw/audiodev.h')
-rw-r--r-- | hw/audiodev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/audiodev.h b/hw/audiodev.h index 39a729b..8e930b2 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); |