aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@redhat.com>2004-05-14 17:03:42 -0400
committerJeff Garzik <jgarzik@redhat.com>2004-05-14 17:03:42 -0400
commit2eb43bc469cb1ef0d3c648ad3d0e461a8ec491ad (patch)
treeaa559a4b0da7f0dbaff11399cb7fb36d23f45906 /sound
parent2cf05d78294e8c5015e6f347e390d93a3c383f53 (diff)
downloadhistory-2eb43bc469cb1ef0d3c648ad3d0e461a8ec491ad.tar.gz
[sound/oss i810] bump driver to version 1.00
Diffstat (limited to 'sound')
-rw-r--r--sound/oss/i810_audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/i810_audio.c b/sound/oss/i810_audio.c
index 1ad7d18b548098..e5e67d6135da42 100644
--- a/sound/oss/i810_audio.c
+++ b/sound/oss/i810_audio.c
@@ -103,6 +103,8 @@
#include <asm/uaccess.h>
#include <asm/hardirq.h>
+#define DRIVER_VERSION "1.00"
+
#ifndef PCI_DEVICE_ID_INTEL_82801
#define PCI_DEVICE_ID_INTEL_82801 0x2415
#endif
@@ -261,8 +263,6 @@ enum {
#define INT_GPI (1<<0)
#define INT_MASK (INT_SEC|INT_PRI|INT_MC|INT_PO|INT_PI|INT_MO|INT_NI|INT_GPI)
-#define DRIVER_VERSION "0.24"
-
/* magic numbers to protect our data structures */
#define I810_CARD_MAGIC 0x5072696E /* "Prin" */
#define I810_STATE_MAGIC 0x63657373 /* "cess" */