Updated to latest alsa-lib PCM API

This commit is contained in:
Jaroslav Kysela 2002-09-19 16:20:08 +00:00
parent 163c302a6a
commit 11080289c7
2 changed files with 30 additions and 23 deletions

View file

@ -13,12 +13,18 @@
/* Version number of package */
#undef VERSION
/* Architecture defines */
/* Using i386 architecture */
#undef __i386__
#undef __alpha__
#undef __ppc__
#undef __sparc__
/* Big-Endian */
#undef WORDS_BIGENDIAN
/* Using Alpha architecture */
#undef __alpha__
/* Using SPARC architecture */
#undef __sparc__
/* Using PowerPC architecture */
#undef __ppc__
/* Using IA-64 architecture */
#undef __ia64__