diff options
author | Eric Laurent <elaurent@google.com> | 2010-11-30 14:41:14 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-11-30 14:41:14 -0800 |
commit | d59093ec60e6ae046722a132023d7cf15e3d690c (patch) | |
tree | adfc01bd894def1f55325fa283a5116fe0cb0808 /alsa-utils/android/aconfig.h | |
parent | e20c418e3bfc95cc821f601594ae9e9f42eaa398 (diff) | |
parent | 2739a5099838025963269b6ff0e448c9c8a3ba52 (diff) | |
download | device_samsung_crespo-d59093ec60e6ae046722a132023d7cf15e3d690c.zip device_samsung_crespo-d59093ec60e6ae046722a132023d7cf15e3d690c.tar.gz device_samsung_crespo-d59093ec60e6ae046722a132023d7cf15e3d690c.tar.bz2 |
am 2739a509: Removed ALSA user space library and utilities
* commit '2739a5099838025963269b6ff0e448c9c8a3ba52':
Removed ALSA user space library and utilities
Diffstat (limited to 'alsa-utils/android/aconfig.h')
-rw-r--r-- | alsa-utils/android/aconfig.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/alsa-utils/android/aconfig.h b/alsa-utils/android/aconfig.h deleted file mode 100644 index 1ac3aa0..0000000 --- a/alsa-utils/android/aconfig.h +++ /dev/null @@ -1,14 +0,0 @@ - -#define DATADIR "/system/usr/share/alsa" - -#define rindex strrchr -#define open64 open - -//typedef int off64_t; - -#undef __swab16 -#define __swab16(x) __arch__swab16((x)) - -#undef __swab32 -#define __swab32(x) __arch__swab32((x)) - |