patch-2.4.0-test7 linux/drivers/sound/dev_table.h

Next file: linux/drivers/sound/emu10k1/8010.h
Previous file: linux/drivers/sound/cs46xx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/drivers/sound/dev_table.h linux/drivers/sound/dev_table.h
@@ -160,6 +160,7 @@
 
 struct audio_driver 
 {
+	struct module *owner;
 	int (*open) (int dev, int mode);
 	void (*close) (int dev);
 	void (*output_block) (int dev, unsigned long buf, 
@@ -239,6 +240,7 @@
 
 struct mixer_operations 
 {
+	struct module *owner;
 	char id[16];
 	char name[64];
 	int (*ioctl) (int dev, unsigned int cmd, caddr_t arg);
@@ -249,6 +251,7 @@
 
 struct synth_operations 
 {
+	struct module *owner;
 	char *id;	/* Unique identifier (ASCII) max 29 char */
 	struct synth_info *info;
 	int midi_dev;
@@ -301,6 +304,7 @@
 
 struct midi_operations 
 {
+	struct module *owner;
 	struct midi_info info;
 	struct synth_operations *converter;
 	struct midi_input_info in_info;
@@ -332,6 +336,7 @@
 
 struct sound_timer_operations 
 {
+	struct module *owner;
 	struct sound_timer_info info;
 	int priority;
 	int devlink;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)