patch-2.3.43 linux/drivers/sound/wavfront.c
Next file: linux/drivers/telephony/ixj.c
Previous file: linux/drivers/sound/vwsnd.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Feb 9 11:42:35 2000
- Orig file:
v2.3.42/linux/drivers/sound/wavfront.c
- Orig date:
Fri Jan 7 19:13:22 2000
diff -u --recursive --new-file v2.3.42/linux/drivers/sound/wavfront.c linux/drivers/sound/wavfront.c
@@ -2002,19 +2002,10 @@
}
static /*const*/ struct file_operations wavefront_fops = {
- &wavefront_llseek,
- NULL, /* read */
- NULL, /* write */
- NULL, /* readdir */
- NULL, /* poll */
- &wavefront_ioctl,
- NULL, /* mmap */
- &wavefront_open,
- NULL, /* flush */
- &wavefront_release,
- NULL, /* fsync */
- NULL, /* fasync */
- NULL, /* lock */
+ llseek: wavefront_llseek,
+ ioctl: wavefront_ioctl,
+ open: wavefront_open,
+ release: wavefront_release,
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)