patch-2.1.118 linux/drivers/sound/dmasound.c
Next file: linux/drivers/sound/es1370.c
Previous file: linux/drivers/sound/Config.in
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Mon Aug 24 13:02:44 1998
- Orig file:
v2.1.117/linux/drivers/sound/dmasound.c
- Orig date:
Thu Aug 6 14:06:33 1998
diff -u --recursive --new-file v2.1.117/linux/drivers/sound/dmasound.c linux/drivers/sound/dmasound.c
@@ -3808,6 +3808,7 @@
mixer_ioctl,
NULL, /* mixer_mmap */
mixer_open,
+ NULL, /* flush */
mixer_release,
};
@@ -4169,6 +4170,7 @@
sq_ioctl,
NULL, /* sq_mmap */
sq_open,
+ NULL, /* flush */
sq_release,
};
@@ -4363,6 +4365,7 @@
NULL, /* state_ioctl */
NULL, /* state_mmap */
state_open,
+ NULL, /* flush */
state_release,
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov