mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-15 07:00:00 -05:00
Updated to latest alsa-lib PCM API
This commit is contained in:
parent
163c302a6a
commit
11080289c7
2 changed files with 30 additions and 23 deletions
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue