6a73e85ad1
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
10 lines
183 B
C
10 lines
183 B
C
#ifndef SB16_MIXER_H
|
|
#define SB16_MIXER_H
|
|
|
|
int mixer_init(void);
|
|
int mixer_ioctl(int request, void *val, int *len);
|
|
|
|
int mixer_set(int reg, int data);
|
|
int mixer_get(int reg);
|
|
|
|
#endif
|