patch-2.3.43 linux/drivers/sound/soundcard.c
Next file: linux/drivers/sound/trident.c
Previous file: linux/drivers/sound/sonicvibes.c
Back to the patch index
Back to the overall index
- Lines: 52
- Date:
Thu Feb 10 12:32:03 2000
- Orig file:
v2.3.42/linux/drivers/sound/soundcard.c
- Orig date:
Fri Jan 28 15:09:08 2000
diff -u --recursive --new-file v2.3.42/linux/drivers/sound/soundcard.c linux/drivers/sound/soundcard.c
@@ -778,16 +778,14 @@
struct file_operations oss_sound_fops =
{
- sound_lseek,
- sound_read,
- sound_write,
- NULL, /* sound_readdir */
- sound_poll,
- sound_ioctl,
- sound_mmap,
- sound_open,
- NULL, /* flush */
- sound_release
+ llseek: sound_lseek,
+ read: sound_read,
+ write: sound_write,
+ poll: sound_poll,
+ ioctl: sound_ioctl,
+ mmap: sound_mmap,
+ open: sound_open,
+ release: sound_release,
};
/*
@@ -877,8 +875,10 @@
int init_module(void)
{
int err;
+#if FIXED_FOR_2_4_0
int ints[21];
int i;
+#endif
trace_init=traceinit;
@@ -890,6 +890,7 @@
printk(KERN_ERR "sound: rebuild with PCI_QUIRKS enabled to configure this.\n");
#endif
+#if FIXED_FOR_2_4_0
/*
* "sound=" command line handling by Harald Milz.
*/
@@ -900,6 +901,7 @@
if (i)
sound_setup("sound=", ints);
+#endif
err = create_special_devices();
if (err)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)