0d2d8c6db2
sb16: port of isa sb16 driver to user-space. Port by Peter Boonstoppel. es1371: By Laurens Bronwasser.
10 lines
243 B
C
10 lines
243 B
C
#ifndef SB16_MIXER_H
|
|
#define SB16_MIXER_H
|
|
|
|
_PROTOTYPE( int mixer_init, (void));
|
|
_PROTOTYPE( int mixer_ioctl, (int request, void *val, int *len));
|
|
|
|
_PROTOTYPE( int mixer_set, (int reg, int data));
|
|
_PROTOTYPE( int mixer_get, (int reg));
|
|
|
|
#endif
|