Revision 36cd6f6f hw/audio/cs4231a.c

b/hw/audio/cs4231a.c
659 659
    return 0;
660 660
}
661 661

  
662
int cs4231a_init (ISABus *bus)
662
static int cs4231a_init (ISABus *bus)
663 663
{
664 664
    isa_create_simple (bus, "cs4231a");
665 665
    return 0;
......
692 692
static void cs4231a_register_types (void)
693 693
{
694 694
    type_register_static (&cs4231a_info);
695
    isa_register_soundhw("cs4231a", "CS4231A", cs4231a_init);
695 696
}
696 697

  
697 698
type_init (cs4231a_register_types)

Also available in: Unified diff