summaryrefslogblamecommitdiffstats
path: root/include/hw/audio/soundhw.h
blob: f09a297854afc78f5d9cd94e4091edcfd9efc125 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                    
 

                                                              
 

                                                              

                                                                     
 
                        

                                        
      
#ifndef HW_SOUNDHW_H
#define HW_SOUNDHW_H

void isa_register_soundhw(const char *name, const char *descr,
                          int (*init_isa)(ISABus *bus));

void pci_register_soundhw(const char *name, const char *descr,
                          int (*init_pci)(PCIBus *bus));
void deprecated_register_soundhw(const char *name, const char *descr,
                                 int isa, const char *typename);

void soundhw_init(void);
void select_soundhw(const char *optarg);

#endif