patch-2.1.67 linux/drivers/sound/lowlevel/awe_version.h

Next file: linux/drivers/sound/lowlevel/awe_voice.h
Previous file: linux/drivers/sound/lowlevel/awe_hw.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.66/linux/drivers/sound/lowlevel/awe_version.h linux/drivers/sound/lowlevel/awe_version.h
@@ -3,8 +3,20 @@
 #ifndef AWE_VERSION_H_DEF
 #define AWE_VERSION_H_DEF
 
-#define AWE_VERSION_NUMBER	0x00040200
-#define AWEDRV_VERSION		"0.4.2"
+#define AWE_VERSION_NUMBER	0x00040203
+#define AWEDRV_VERSION		"0.4.2c"
+#define AWE_MAJOR_VERSION(id)	(((id) >> 16) & 0xff)
+#define AWE_MINOR_VERSION(id)	(((id) >> 8) & 0xff)
+#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)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov