patch-1.3.18 linux/drivers/sound/os.h
Next file: linux/drivers/sound/pas2_card.c
Previous file: linux/drivers/sound/opl3.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Aug 13 12:01:26 1995
- Orig file:
v1.3.17/linux/drivers/sound/os.h
- Orig date:
Mon Jul 31 15:59:02 1995
diff -u --recursive --new-file v1.3.17/linux/drivers/sound/os.h linux/drivers/sound/os.h
@@ -52,7 +52,7 @@
#include <linux/malloc.h>
#include <linux/string.h>
-#include "linux/soundcard.h"
+#include <linux/soundcard.h>
typedef char snd_rw_buf;
@@ -155,7 +155,7 @@
*/
#define ACTIVATE_TIMER(name, proc, time) \
- {name.expires = jiffies+(time); \
+ {name.expires = time; \
add_timer (&name);}
#define INB inb
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this