patch-2.4.9 linux/drivers/sound/dmasound/dmasound.h
Next file: linux/drivers/sound/dmasound/dmasound_atari.c
Previous file: linux/drivers/sound/cs46xx.c
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Wed Aug 15 01:22:16 2001
-  Orig file: 
v2.4.8/linux/drivers/sound/dmasound/dmasound.h
-  Orig date: 
Tue Nov  7 10:59:43 2000
diff -u --recursive --new-file v2.4.8/linux/drivers/sound/dmasound/dmasound.h linux/drivers/sound/dmasound/dmasound.h
@@ -47,7 +47,6 @@
 #define MAX_BUFSIZE		128	/* Limit for Amiga in KB */
 
 
-#define min(x, y)	((x) < (y) ? (x) : (y))
 #define le2be16(x)	(((x)<<8 & 0xff00) | ((x)>>8 & 0x00ff))
 #define le2be16dbl(x)	(((x)<<8 & 0xff00ff00) | ((x)>>8 & 0x00ff00ff))
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)