Fixed segfault caused by bad printf.
[aftubes.git] / sound-ioctl.h
blobb00aca9394d1627b5d32d8196e23053c84fbb5a3
1 #ifndef SOUND_IOCTL_H
2 #define SOUND_IOCTL_H
4 ///// Wrappers to OSS ioctl() calls /////
6 int sound_set_format(int fd, int format);
7 int sound_set_srate(int fd, int srate);
8 int sound_set_channels(int fd, int channels);
10 #endif