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
10 #ifndef _INCLUDE_LINUETTE_COMMON_H_
11 #define _INCLUDE_LINUETTE_COMMON_H_
15 * New Audio Format MSM9842
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
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_ */