Revision 738012be hw/pc.c

b/hw/pc.c
721 721
static const int parallel_io[MAX_PARALLEL_PORTS] = { 0x378, 0x278, 0x3bc };
722 722
static const int parallel_irq[MAX_PARALLEL_PORTS] = { 7, 7, 7 };
723 723

  
724
#ifdef HAS_AUDIO
725 724
void pc_audio_init (PCIBus *pci_bus, qemu_irq *pic)
726 725
{
727 726
    struct soundhw *c;
......
738 737
        }
739 738
    }
740 739
}
741
#endif
742 740

  
743 741
void pc_init_ne2k_isa(NICInfo *nd)
744 742
{

Also available in: Unified diff