patch-2.4.0-test7 linux/drivers/sound/aci.c

Next file: linux/drivers/sound/ad1816.c
Previous file: linux/drivers/sound/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/drivers/sound/aci.c linux/drivers/sound/aci.c
@@ -537,10 +537,10 @@
 
 static struct mixer_operations aci_mixer_operations =
 {
-	"ACI",
-	"ACI mixer",
-	aci_mixer_ioctl,
-	NULL
+	owner:	THIS_MODULE,
+	id:	"ACI",
+	name:	"ACI mixer",
+	ioctl:	aci_mixer_ioctl
 };
 
 static unsigned char

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