patch-2.4.3 linux/drivers/media/video/stradis.c

Next file: linux/drivers/media/video/videodev.c
Previous file: linux/drivers/media/video/pms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.2/linux/drivers/media/video/stradis.c linux/drivers/media/video/stradis.c
@@ -672,7 +672,7 @@
 		/* auto mute off, power on, no de-emphasis */
 		/* I2S data up to 24-bit 64xFs internal SCLK */
 		I2CWrite(&(saa->i2c), 0x22, 0x01, 0x11, 2);
-		/* ATAPI mixer setings */
+		/* ATAPI mixer settings */
 		I2CWrite(&(saa->i2c), 0x22, 0x02, 0x49, 2);
 		/* attenuation left 3db */
 		I2CWrite(&(saa->i2c), 0x22, 0x03, 0x00, 2);
@@ -1988,6 +1988,7 @@
 /* template for video_device-structure */
 static struct video_device saa_template =
 {
+	owner:		THIS_MODULE,
 	name:		"SAA7146A",
 	type:		VID_TYPE_CAPTURE | VID_TYPE_OVERLAY,
 	hardware:	VID_HARDWARE_SAA7146,

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