aboutsummaryrefslogtreecommitdiff
path: root/include/hw/audio/soundhw.h
blob: dec5c0cdca7024fc32bdb18c7e4d380a6ac58101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef HW_SOUNDHW_H
#define HW_SOUNDHW_H

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 show_valid_soundhw(void);
void select_soundhw(const char *optarg);

#endif