patch-2.1.78 linux/drivers/sound/lowlevel/awe_version.h
Next file: linux/drivers/sound/lowlevel/init.c
Previous file: linux/drivers/sound/lowlevel/aedsp16.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Jan 4 10:40:16 1998
- Orig file:
v2.1.77/linux/drivers/sound/lowlevel/awe_version.h
- Orig date:
Sat Nov 29 11:25:11 1997
diff -u --recursive --new-file v2.1.77/linux/drivers/sound/lowlevel/awe_version.h linux/drivers/sound/lowlevel/awe_version.h
@@ -10,15 +10,4 @@
#define AWE_TINY_VERSION(id) ((id) & 0xff)
#endif
-/* AWE32 driver version number */
-#ifndef AWE_VERSION_H_DEF
-#define AWE_VERSION_H_DEF
-
-#define AWE_VERSION_NUMBER 0x00040202
-#define AWEDRV_VERSION "0.4.2b"
-#define AWE_MAJOR_VERSION(id) (((id) >> 16) & 0xff)
-#define AWE_MINOR_VERSION(id) (((id) >> 8) & 0xff)
-#define AWE_TINY_VERSION(id) ((id) & 0xff)
-
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov