*** /home/xiphmont/src-linux-2.4-benh/include/linux/soundcard.h Fri Oct 4 09:20:37 2002 --- /home/xiphmont/src-linux-2.4-monty/include/linux/soundcard.h Fri Oct 25 06:39:14 2002 *************** *** 554,559 **** --- 554,569 ---- # define AFMT_MPEG 0x00000200 /* MPEG (2) audio */ # define AFMT_AC3 0x00000400 /* Dolby Digital AC3 */ + /* because they *do* exist and we want to use them --Monty */ + # define AFMT_S24_LE 0x00000800 + # define AFMT_S24_BE 0x00001000 + # define AFMT_U24_LE 0x00002000 + # define AFMT_U24_BE 0x00004000 + # define AFMT_S32_LE 0x00008000 + # define AFMT_S32_BE 0x00010000 + # define AFMT_U32_LE 0x00020000 + # define AFMT_U32_BE 0x00040000 + /* * Buffer status queries. */