removed reference to the soundcard API from the serial ULAW implementation,
fixes #16
This commit is contained in:
parent
b18879b2e8
commit
4c1d27044d
|
@ -82,12 +82,6 @@
|
|||
#error need sys/ioctl.h
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SOUNDCARD_H
|
||||
#include <sys/soundcard.h>
|
||||
#else
|
||||
#error need sys/soundcard.h
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TERMIOS_H
|
||||
#include <termios.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue