MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-s3c24a0 / s3c24a0-common.h
blob7744391164f4d155e6109696710454eded91d625
1 /*
2 * include/asm-arm/arch-s3c24a0/s3c24a0-common.h
4 * $Id: s3c24a0-common.h,v 1.2 2005/11/28 03:55:11 gerg Exp $
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file COPYING in the main directory of this archive
8 * for more details.
9 */
10 #ifndef _INCLUDE_LINUETTE_COMMON_H_
11 #define _INCLUDE_LINUETTE_COMMON_H_
12 #ifndef __ASSEMBLY__
14 /*
15 * New Audio Format MSM9842
17 * NOTE:
18 * refer to linux/soundcard.h
20 #define AFMT_4_ADPCM2 0x80000000 // 4bit ADPCM2
21 #define AFMT_5_ADPCM2 0x40000000 // 5bit ADPCM2
22 #define AFMT_6_ADPCM2 0x20000000 // 6bit ADPCM2
23 #define AFMT_7_ADPCM2 0x10000000 // 7bit ADPCM2
24 #define AFMT_8_ADPCM2 0x08000000 // 8bit ADPCM2
27 * device name
29 #define BIOS_NAME "apm_bios"
31 /* definition of key/buttons */
32 #include "s3c24a0-key.h"
34 #endif /* __ASSEMBLY__ */
35 #endif /* _INCLUDE_LINUETTE_COMMON_H_ */