patch-2.4.7 linux/drivers/sound/ad1848.c

Next file: linux/drivers/sound/dev_table.h
Previous file: linux/drivers/sound/ac97.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/drivers/sound/ad1848.c linux/drivers/sound/ad1848.c
@@ -106,11 +106,11 @@
 ad1848_port_info;
 
 static struct address_info cfg;
-static int nr_ad1848_devs = 0;
+static int nr_ad1848_devs;
 
-int deskpro_xl = 0;
-int deskpro_m = 0;
-int soundpro = 0;
+int deskpro_xl;
+int deskpro_m;
+int soundpro;
 
 static volatile signed char irq2dev[17] = {
 	-1, -1, -1, -1, -1, -1, -1, -1,
@@ -121,7 +121,7 @@
 static int timer_installed = -1;
 #endif
 
-static int loaded = 0;
+static int loaded;
 
 static int ad_format_mask[10 /*devc->model */ ] =
 {

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