patch-2.4.0-test3 linux/drivers/sound/sound_core.c
Next file: linux/drivers/sound/sound_syms.c
Previous file: linux/drivers/sound/sonicvibes.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jul 5 11:00:22 2000
- Orig file:
v2.4.0-test2/linux/drivers/sound/sound_core.c
- Orig date:
Fri Jun 23 21:55:10 2000
diff -u --recursive --new-file v2.4.0-test2/linux/drivers/sound/sound_core.c linux/drivers/sound/sound_core.c
@@ -63,7 +63,7 @@
extern int msnd_pinnacle_init(void);
#endif
#ifdef CONFIG_SOUND_CMPCI
-extern init_cmpci(void);
+extern int init_cmpci(void);
#endif
/*
@@ -559,7 +559,7 @@
printk(KERN_ERR "soundcore: sound device already in use.\n");
return -EBUSY;
}
- devfs_handle = devfs_mk_dir (NULL, "sound", 0, NULL);
+ devfs_handle = devfs_mk_dir (NULL, "sound", NULL);
/*
* Now init non OSS drivers
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)