patch-2.1.118 linux/drivers/char/videodev.c

Next file: linux/drivers/char/wdt.c
Previous file: linux/drivers/char/vc_screen.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.117/linux/drivers/char/videodev.c linux/drivers/char/videodev.c
@@ -62,6 +62,9 @@
 #ifdef CONFIG_RADIO_SF16FMI
 extern int fmi_init(struct video_init *);
 #endif
+#ifdef CONFIG_RADIO_MIROPCM20
+extern int pcm20_init(struct video_init *);
+#endif
 
 static struct video_init video_init_list[]={
 #ifdef CONFIG_VIDEO_BT848
@@ -88,6 +91,9 @@
 #endif	
 #ifdef CONFIG_RADIO_SF16FMI
 	{"SF16FMI", fmi_init}, 
+#endif
+#ifdef CONFIG_RADIO_MIROPCM20
+	{"PCM20", pcm20_init}, 
 #endif	
 	{"end", NULL}
 };
@@ -315,6 +321,7 @@
 	video_ioctl,
 	video_mmap,
 	video_open,
+	NULL,		/* flush */
 	video_release
 };
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov